mirror of
https://framagit.org/les/gancio.git
synced 2025-02-01 00:52:01 +01:00
minor
This commit is contained in:
parent
29986f3266
commit
c6cb98f502
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ const userController = {
|
|||
}
|
||||
|
||||
await user.update(req.body)
|
||||
res.json(user)
|
||||
res.status(200).send()
|
||||
},
|
||||
|
||||
async register (req, res) {
|
||||
|
|
Loading…
Reference in a new issue