mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 18:18:06 +08:00
* feat(fix): remove html code in description
* feat: fix wrong path note in the docs; update maintainer path; change to use cookieJar for route
* feat: change to use `${host}`
* fix: description.art
* fix: handle deprecated routes first
5 lines
123 B
JavaScript
5 lines
123 B
JavaScript
module.exports = {
|
|
'/:journal': ['Derekmini', 'sunwolf-swb'],
|
|
'/:journal/:issue': ['Derekmini', 'sunwolf-swb'],
|
|
};
|