Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hyunjong Lee
/
YTMT
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hyunjong
2019-05-19 14:42:45 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
447cc39f470c91c75cc49262ff4e107e1b6eef24
447cc39f
1 parent
a74f4ebe
www
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
bin/www
bin/www
View file @
447cc39
...
...
@@ -12,7 +12,7 @@ var http = require('http');
* Get port from environment and store in Express.
*/
var
port
=
normalizePort
(
process
.
env
.
PORT
||
'
3
000'
);
var
port
=
normalizePort
(
process
.
env
.
PORT
||
'
9
000'
);
app
.
set
(
'port'
,
port
);
/**
...
...
Please
register
or
login
to post a comment