mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-08 14:07:54 +08:00
The cherrio config route (#1699)
Use js config too build rss close #349 close #1035
This commit is contained in:
@@ -1121,4 +1121,8 @@ router.get('/luogu/daily/:id?', require('./routes/luogu/daily'));
|
||||
// 决胜网
|
||||
router.get('/juesheng', require('./routes/juesheng'));
|
||||
|
||||
// 裏垢女子まとめ
|
||||
router.get('/uraaka-joshi', require('./routes/uraaka-joshi/uraaka-joshi'));
|
||||
router.get('/uraaka-joshi/:id', require('./routes/uraaka-joshi/uraaka-joshi-user'));
|
||||
|
||||
module.exports = router;
|
||||
|
||||
Reference in New Issue
Block a user