chore(webui): improved fetch operations feedbacks
This commit is contained in:
@@ -6,7 +6,7 @@ const handler: ApiHandler['handler'] = (req, res) => {
|
||||
const { username, password } = req.body
|
||||
|
||||
console.log({ username, password })
|
||||
res.send(null)
|
||||
res.send({ loggedIn: true })
|
||||
}
|
||||
|
||||
const apiHandler = { path, handler }
|
||||
|
||||
2
webui
2
webui
Submodule webui updated: f659afffd2...513f6ca1c2
Reference in New Issue
Block a user