Files
RSSHub/lib/v2/javbus/router.js
Ethan Shen b2137fc283 fix(route): JavBus alternative domain related links (#9336)
* fix(route): JavBus alternative domain related links

* fix: add magnets and previews in cache

* fix: remove redundant cache
2022-03-19 20:35:00 +08:00

4 lines
86 B
JavaScript

module.exports = (router) => {
router.get(/([\w\d/-]+)?/, require('./index'));
};