mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-17 03:58:49 +08:00
fix(route): fix timezone and refactor to v2 (#11806)
* fix(route): fix timezone and refactor to v2 * refactor: use api ---------
This commit is contained in:
@@ -1798,7 +1798,7 @@ router.get('/im2maker/:channel?', lazyloadRouteHandler('./routes/im2maker/index'
|
||||
router.get('/cninfo/announcement/:column/:code/:orgId/:category?/:search?', lazyloadRouteHandler('./routes/cninfo/announcement'));
|
||||
|
||||
// 金十数据
|
||||
router.get('/jinshi/index', lazyloadRouteHandler('./routes/jinshi/index'));
|
||||
// router.get('/jinshi/index', lazyloadRouteHandler('./routes/jinshi/index'));
|
||||
|
||||
// 中华人民共和国农业农村部
|
||||
router.get('/gov/moa/sjzxfb', lazyloadRouteHandler('./routes/gov/moa/sjzxfb'));
|
||||
|
||||
Reference in New Issue
Block a user