mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-08 14:07:54 +08:00
6 lines
132 B
JavaScript
6 lines
132 B
JavaScript
module.exports = {
|
|
'/devlog/:user/:id': ['nczitzk'],
|
|
'/posts/:topic/:id': ['nczitzk'],
|
|
'/:sort?/:tag?': ['nczitzk'],
|
|
};
|