Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Alfakhori
M4labplatform
Commits
fd555509
Commit
fd555509
authored
Mar 20, 2020
by
Patrick
Browse files
change port
parent
99033d7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
server.js
View file @
fd555509
...
...
@@ -8,7 +8,7 @@ app.use(bodyParser.json())
const
request
=
require
(
'
ajax-request
'
);
app
.
use
(
express
.
static
(
'
vcm
'
));
app
.
listen
(
process
.
env
.
PORT
||
808
0
);
app
.
listen
(
process
.
env
.
PORT
||
808
1
);
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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