Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe
·
Commits
Go to a project
GitLab
Go to group
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
weiqingting
2016-06-01 11:06:20 +0800
Commit
2aa787faeaeea55c8abc47de41cb980ba0540b07
1 parent
2357695f
腾讯云 preview
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
server/app.js
server/app.js
View file @
2aa787f
...
...
@@ -14,6 +14,8 @@ var config = require('./config/common');
var
util
=
require
(
'./util/common'
);
var
multipart
=
require
(
'connect-multiparty'
);
var
express
=
require
(
'express'
);
var
env
=
process
.
env
.
NODE_ENV
||
'development'
;
...
...
Please
register
or
login
to post a comment