mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-09 06:30:40 +08:00
feat: Add RSS for OOA of Tianjin University (#4054)
This commit is contained in:
@@ -722,6 +722,9 @@ router.get('/wzbc/:type?', require('./routes/universities/wzbc/news'));
|
||||
// 河南大学
|
||||
router.get('/henu/:type?', require('./routes/universities/henu/news'));
|
||||
|
||||
// 天津大学
|
||||
router.get('/tjpyu/ooa/:type?', require('./routes/universities/tjpyu/ooa'));
|
||||
|
||||
// 南开大学
|
||||
router.get('/nku/jwc/:type?', require('./routes/universities/nku/jwc/index'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user