mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-06 21:18:57 +08:00
* fix(route): JavBus alternative domain related links * fix: add magnets and previews in cache * fix: remove redundant cache
4 lines
86 B
JavaScript
4 lines
86 B
JavaScript
module.exports = (router) => {
|
|
router.get(/([\w\d/-]+)?/, require('./index'));
|
|
};
|