mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-03 10:38:03 +08:00
Add(route): add Codeforces contests (#8815)
Co-authored-by: HuangWei <huangwei.a180285@gmail.com> Co-authored-by: DIYgod <diy.d.god@gmail.com>
This commit is contained in:
3
lib/v2/codeforces/router.js
Normal file
3
lib/v2/codeforces/router.js
Normal file
@@ -0,0 +1,3 @@
|
||||
module.exports = function (router) {
|
||||
router.get('/contests', require('./contests'));
|
||||
};
|
||||
Reference in New Issue
Block a user