chore(webui): improved fetch operations feedbacks

This commit is contained in:
Roberto Tonino
2021-05-23 21:16:56 +02:00
parent ea9639c7c2
commit 49f4804767
2 changed files with 2 additions and 2 deletions

View File

@@ -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

Submodule webui updated: f659afffd2...513f6ca1c2