Files
RSSHub/lib/v2/codeforces/maintainer.js
Xiaoxu Guo 3ebe76eae2 feat(route): add CodeForces recent actions (#11522)
* added CodeForces recent actions

* fixed link

* followed the v2 rule standard
2023-01-01 00:30:25 +08:00

5 lines
90 B
JavaScript

module.exports = {
'/contests': ['Fatpandac'],
'/recent-actions': ['ftiasch'],
};