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 const { username, password } = req.body
console.log({ username, password }) console.log({ username, password })
res.send(null) res.send({ loggedIn: true })
} }
const apiHandler = { path, handler } const apiHandler = { path, handler }

2
webui

@ -1 +1 @@
Subproject commit f659afffd2c9c7af0725179820da799af02dd53c Subproject commit 513f6ca1c25032d17dba8aed175e8c61a152abd4