Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
swing-webapp
api
Commits
12a254f7
Commit
12a254f7
authored
Jul 09, 2021
by
antoine masson
Browse files
v1.14b
code cleaning
parent
6e6a7b83
Changes
1
Hide whitespace changes
Inline
Side-by-side
controllers/TokenController.js
View file @
12a254f7
...
...
@@ -14,7 +14,6 @@ exports.registerNewToken = async (req, res) => {
}
let
token
;
if
(
req
.
body
.
advanced
){
console
.
log
(
req
.
body
)
delete
req
.
body
.
advanced
token
=
new
Token
(
req
.
body
)
}
else
{
...
...
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