mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-10 15:21:59 +08:00
feat: add route for girlimg - album (#4425)
This commit is contained in:
@@ -2529,4 +2529,7 @@ router.get('/ccreports/article', require('./routes/ccreports'));
|
||||
// iYouPort
|
||||
router.get('/iyouport/article', require('./routes/iyouport'));
|
||||
|
||||
// girlimg
|
||||
router.get('/girlimg/album/:tag?/:mode?', require('./routes/girlimg/album'));
|
||||
|
||||
module.exports = router;
|
||||
|
||||
Reference in New Issue
Block a user