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
28e46c72
Commit
28e46c72
authored
May 04, 2021
by
antoine masson
Browse files
v1.11
Small change : token API is displayed when starting
parent
929693cb
Changes
2
Hide whitespace changes
Inline
Side-by-side
index.js
View file @
28e46c72
...
...
@@ -35,7 +35,6 @@ mongoose.connect(
SurveyController
.
initSurveyTemplate
();
console
.
log
(
"
API token=
"
+
api_config
.
token
);
const
index
=
express
();
index
.
use
(
morgan
(
"
dev
"
));
...
...
package.json
View file @
28e46c72
{
"name"
:
"api"
,
"version"
:
"1.1.
1
"
,
"version"
:
"1.1.
0
"
,
"description"
:
""
,
"main"
:
"index.js"
,
"scripts"
:
{
...
...
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