feat(route): add 故事FM播客 (#12494)

* feat(route): add 故事FM播客

* fix: wrong url
This commit is contained in:
Ethan Shen
2023-05-12 00:41:56 +08:00
committed by GitHub
parent d398081981
commit 6742ef803a
8 changed files with 101 additions and 1 deletions

View File

@@ -1925,7 +1925,7 @@ router.get('/ctfhub/search/:limit?/:form?/:class?/:title?', lazyloadRouteHandler
router.get('/liwushuo/index', lazyloadRouteHandler('./routes/liwushuo/index.js'));
// 故事fm
router.get('/storyfm/index', lazyloadRouteHandler('./routes/storyfm/index.js'));
// router.get('/storyfm/index', lazyloadRouteHandler('./routes/storyfm/index.js'));
// 中国日报
router.get('/chinadaily/english/:category', lazyloadRouteHandler('./routes/chinadaily/english.js'));