Showing
1 changed file
with
1 additions
and
3 deletions
@@ -14,7 +14,5 @@ module.exports = app => { | @@ -14,7 +14,5 @@ module.exports = app => { | ||
14 | 14 | ||
15 | app.use('/', require('./apps/channel')); // 频道页 | 15 | app.use('/', require('./apps/channel')); // 频道页 |
16 | app.use('/me', require('./apps/me')); // 个人中心 | 16 | app.use('/me', require('./apps/me')); // 个人中心 |
17 | - | ||
18 | - // 资讯 | ||
19 | - app.use('/editorial', require('./apps/editorial')); | 17 | + app.use('/editorial', require('./apps/editorial')); // 资讯 |
20 | }; | 18 | }; |
-
Please register or login to post a comment