mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 10:08:02 +08:00
fix(route): 腾讯企鹅号正文乱码 (#12130)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
module.exports = (router) => {
|
||||
router.get('/cloud/column/:id?/:tag?', require('./cloud/column'));
|
||||
router.get('/news/author/:mid', require('./news/author'));
|
||||
router.get('/news/coronavirus/data/:province?/:city?', require('./news/coronavirus/data'));
|
||||
router.get('/news/coronavirus/total', require('./news/coronavirus/total'));
|
||||
router.get('/pvp/newsindex/:type', require('./pvp/newsindex'));
|
||||
|
||||
Reference in New Issue
Block a user