modify file name

This commit is contained in:
Fan Shen 2019-05-11 13:59:46 +08:00
parent b75fcee064
commit f82fb61bef
1 changed files with 1 additions and 1 deletions

View File

@ -1348,6 +1348,6 @@ router.get('/paidai/bbs', require('./routes/paidai/bbs'));
router.get('/paidai/news', require('./routes/paidai/news'));
// 观察者风闻话题
router.get('/guancha/topic/:id', require('./routes/guancha/topic'));
router.get('/guanchazhe/topic/:id', require('./routes/guanchazhe/topic'));
module.exports = router;