mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-17 20:28:21 +08:00
feat(route): add World Happiness Report (#7223)
Co-authored-by: NeverBehave <gayhub@never.pet>
This commit is contained in:
@@ -4158,6 +4158,9 @@ router.get('/tanchinese/:category?', require('./routes/tanchinese'));
|
||||
// Harvard
|
||||
router.get('/harvard/health/blog', require('./routes/universities/harvard/health/blog'));
|
||||
|
||||
// World Happiness Report
|
||||
router.get('/worldhappiness/blog', require('./routes/worldhappiness/blog'));
|
||||
router.get('/worldhappiness/archive', require('./routes/worldhappiness/archive'));
|
||||
// 中国纺织经济信息网
|
||||
router.get('/ctei/news/:id?', require('./routes/ctei/news'));
|
||||
// 时事一点通
|
||||
|
||||
Reference in New Issue
Block a user