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
Akhidjon
2019-05-24 22:39:42 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a7d67af7d6ee6d249bf64ea24464cdc18c284cf1
a7d67af7
1 parent
e9643268
chekcing
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
app.js
bin/www
app.js
View file @
a7d67af
...
...
@@ -117,5 +117,5 @@ app.use(function(err, req, res, next) {
});
//
var
server
=
app
.
listen
(
9
000
);
var
server
=
app
.
listen
(
3
000
);
module
.
exports
=
app
;
...
...
bin/www
View file @
a7d67af
...
...
@@ -14,7 +14,7 @@ var http = require('http');
* Get port from environment and store in Express.
*/
var
port
=
normalizePort
(
process
.
env
.
PORT
||
'
9
000'
);
var
port
=
normalizePort
(
process
.
env
.
PORT
||
'
3
000'
);
app
.
set
(
'port'
,
port
);
/**
...
...
Please
register
or
login
to post a comment