feat(route): add s-hentai (#8146)

This commit is contained in:
Ethan Shen
2021-09-06 13:24:47 +08:00
committed by GitHub
parent ee0ed94081
commit 611d9dd548
4 changed files with 91 additions and 0 deletions

View File

@@ -4246,4 +4246,7 @@ router.get('/biodiscover/:channel?', lazyloadRouteHandler('./routes/biodiscover'
// 香港經濟日報
router.get('/hket/:category?', lazyloadRouteHandler('./routes/hket/index'));
// s-hentai
router.get('/s-hentai/:id?', lazyloadRouteHandler('./routes/s-hentai'));
module.exports = router;