Toggle navigation
Toggle navigation
This project
Loading...
Sign in
张泽世
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
ccbikai
2016-05-14 12:17:16 +0800
Commit
ea3deadaa532df1619daac0773946b5a75713113
1 parent
31f92354
更改端口
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app.js
app.js
View file @
ea3dead
...
...
@@ -33,6 +33,6 @@ app.use(cookieParser());
require
(
'./dispatch'
)(
app
);
// listener
app
.
listen
(
3
001
,
function
()
{
app
.
listen
(
6
001
,
function
()
{
console
.
log
(
'yohobuy start'
);
});
...
...
Please
register
or
login
to post a comment