Files
RSSHub/lib/v2/ccreports/router.js
Fatpandac 97429ad016 fix(route): fix ccreports route is empty and refactor to V2 (#8990)
* Fix(route): fix route is empty and change to V2

* Fix(route): route address err in maintainer.js

* Fix(route): change way to get pubDate

* Fix(route): add timezone
2022-02-05 20:45:19 +08:00

4 lines
88 B
JavaScript

module.exports = function (router) {
router.get('/article', require('./index'));
};