chore(webui): improved fetch operations feedbacks
This commit is contained in:
parent
ea9639c7c2
commit
49f4804767
@ -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
@ -1 +1 @@
|
||||
Subproject commit f659afffd2c9c7af0725179820da799af02dd53c
|
||||
Subproject commit 513f6ca1c25032d17dba8aed175e8c61a152abd4
|
Loading…
Reference in New Issue
Block a user