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
Pédagogies Multimodales
PhonoDrop
Commits
04e81896
Commit
04e81896
authored
Apr 30, 2020
by
Sylvain Coulange
Browse files
corrigé bug process
parent
4dc4b354
Changes
1
Hide whitespace changes
Inline
Side-by-side
index.js
View file @
04e81896
...
...
@@ -11,7 +11,7 @@ const helmet = require('helmet');
// PORT
//const {port=8080} = process.env;
const
port
=
pr
e
cess
.
env
;
const
port
=
pr
o
cess
.
env
;
app
.
listen
(
port
,
()
=>
console
.
log
(
`Listening on port
${
port
}
...`
));
// server.listen(port, hostname, () => {
...
...
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