...
|
...
|
@@ -14,7 +14,5 @@ module.exports = app => { |
|
|
|
|
|
app.use('/', require('./apps/channel')); // 频道页
|
|
|
app.use('/me', require('./apps/me')); // 个人中心
|
|
|
|
|
|
// 资讯
|
|
|
app.use('/editorial', require('./apps/editorial'));
|
|
|
app.use('/editorial', require('./apps/editorial')); // 资讯
|
|
|
}; |
...
|
...
|
|