fix(route): fix route chiculture that can not parse date correctly sometimes (#12161)

* fix(route): chiculture can not parse date correctly sometimes

* fix: radar target
This commit is contained in:
Hengyu
2023-03-23 18:33:50 +08:00
committed by GitHub
parent e470fb62d6
commit 142d307b8a
5 changed files with 30 additions and 6 deletions

View File

@@ -3703,7 +3703,7 @@ router.get('/gab/popular/:sort?', lazyloadRouteHandler('./routes/gab/explore'));
router.get('/phrack', lazyloadRouteHandler('./routes/phrack/index'));
// 通識·現代中國
router.get('/chiculture/topic/:category?', lazyloadRouteHandler('./routes/chiculture/topic'));
// router.get('/chiculture/topic/:category?', lazyloadRouteHandler('./routes/chiculture/topic'));
// CQUT News
router.get('/cqut/news', lazyloadRouteHandler('./routes/universities/cqut/cqut-news'));