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-19 17:39:17 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5537d0896f172fe9b4c1d2f5809a69418a59224c
5537d089
1 parent
bb20a954
port changed to 3000
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app.js
app.js
View file @
5537d08
...
...
@@ -81,5 +81,5 @@ app.use(function(err, req, res, next) {
res
.
render
(
'error'
);
});
var
server
=
app
.
listen
(
9
000
);
var
server
=
app
.
listen
(
3
000
);
module
.
exports
=
app
;
...
...
Please
register
or
login
to post a comment