Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
les
gancio
Commits
c6cb98f5
Verified
Commit
c6cb98f5
authored
May 19, 2021
by
les
Browse files
minor
parent
29986f32
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/api/controller/user.js
View file @
c6cb98f5
...
...
@@ -73,7 +73,7 @@ const userController = {
}
await
user
.
update
(
req
.
body
)
res
.
json
(
user
)
res
.
status
(
200
).
send
(
)
},
async
register
(
req
,
res
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment