mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 10:08:02 +08:00
feat(route): add AtCoder (#8825)
This commit is contained in:
4
lib/v2/atcoder/router.js
Normal file
4
lib/v2/atcoder/router.js
Normal file
@@ -0,0 +1,4 @@
|
||||
module.exports = function (router) {
|
||||
router.get('/post/:language?/:keyword?', require('./post'));
|
||||
router.get('/contest/:language?/:rated?/:category?/:keyword?', require('./contest'));
|
||||
};
|
||||
Reference in New Issue
Block a user