mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-08 14:07:54 +08:00
Merge branch 'add-unit-image' of git://github.com/MisteryMonster/RSSHub into MisteryMonster-add-unit-image
This commit is contained in:
3
lib/router.js
Normal file → Executable file
3
lib/router.js
Normal file → Executable file
@@ -2582,4 +2582,7 @@ router.get('/ptpress/book/:type?', require('./routes/ptpress/book'));
|
||||
// 本地宝焦点资讯
|
||||
router.get('/bendibao/news/:city', require('./routes/bendibao/news'));
|
||||
|
||||
// unit-image
|
||||
router.get('/unit-image/films/:type?', require('./routes/unit-image/films'));
|
||||
|
||||
module.exports = router;
|
||||
|
||||
Reference in New Issue
Block a user