Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
biao
2016-05-16 16:12:15 +0800
Commit
bd105185672da8951a9854ac8504e1c0effc1daa
1 parent
38541ec6
update app port
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app.js
app.js
View file @
bd10518
...
...
@@ -32,6 +32,6 @@ app.use(cookieParser());
require
(
'./dispatch'
)(
app
);
// listener
app
.
listen
(
600
0
,
function
()
{
app
.
listen
(
600
2
,
function
()
{
console
.
log
(
'yohobuy start'
);
});
...
...
Please
register
or
login
to post a comment