feat(route): rsshub en routes (#9122)

* feat(route): rsshub en routes

* fix: add radar.js
This commit is contained in:
Tony
2022-02-16 07:11:18 -07:00
committed by GitHub
parent de72870632
commit 39d3e88424
11 changed files with 41 additions and 35 deletions

View File

@@ -6,6 +6,6 @@ const config = require('./config').value;
router.use('/(.*)', auth(config.authentication));
// RSSHub
router.get('/rsshub/routes', require('./routes/rsshub/routes'));
router.get('/rsshub/routes/:lang?', require('./v2/rsshub/routes'));
module.exports = router;