mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 18:18:06 +08:00
7 lines
200 B
JavaScript
7 lines
200 B
JavaScript
module.exports = {
|
|
'/articles': ['LogicJake'],
|
|
'/dailyquestion/:lang': ['NavePnow'],
|
|
'/dailyquestion/solution/:lang': ['woaidouya123'],
|
|
'/submission/:country/:user': ['NathanDai'],
|
|
};
|