Files
RSSHub/lib/v2/yystv/router.js
Fatpandac d63ece212f fix(route): yystv change selector path, add radar and refactor to V2 (#9529)
* fix(route): change selector path, add radar and refactor to V2

* fix: use parse-date utils

* fix: use https
2022-04-13 17:23:23 +08:00

5 lines
146 B
JavaScript

module.exports = function (router) {
router.get('/category/:category', require('./category'));
router.get('/docs', require('./docs'));
};