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
周奇琪
2016-05-14 18:46:04 +0800
Commit
38541ec63ab22ed67a127073223c4104b8c3423d
1 parent
3860bbec
修改服务端口为6000
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app.js
app.js
View file @
38541ec
...
...
@@ -32,6 +32,6 @@ app.use(cookieParser());
require
(
'./dispatch'
)(
app
);
// listener
app
.
listen
(
3
000
,
function
()
{
app
.
listen
(
6
000
,
function
()
{
console
.
log
(
'yohobuy start'
);
});
...
...
Please
register
or
login
to post a comment