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
htoooth
2016-10-19 20:49:01 +0800
Commit
cf5d7b034c14a77a59640db18d7d0de63c91f6c9
1 parent
a1798f86
add dispatch
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
dispatch.js
dispatch.js
View file @
cf5d7b0
...
...
@@ -7,6 +7,7 @@
module
.
exports
=
app
=>
{
// 公共服务
app
.
use
(
'/common'
,
require
(
'./apps/common'
));
// 业务模块
app
.
use
(
require
(
'./apps/channel'
));
// 频道页
...
...
Please
register
or
login
to post a comment