feat: Add rthk (#3718)

This commit is contained in:
KeiLongW
2020-01-16 14:19:55 +08:00
committed by DIYgod
parent e875690c07
commit 8a4e83aa2f
4 changed files with 95 additions and 0 deletions

View File

@@ -2101,6 +2101,9 @@ router.get('/mlog-club/projects', require('./routes/mlog-club/projects'));
// Chrome 网上应用店
router.get('/chrome/webstore/extensions/:id', require('./routes/chrome/extensions'));
// RTHK
router.get('/rthk-news/:lang/:category', require('./routes/rthk-news/index'));
// yahoo
router.get('/yahoo-news/:region/:category?', require('./routes/yahoo-news/index'));