mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-06 05:03:44 +08:00
* 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
4 lines
88 B
JavaScript
4 lines
88 B
JavaScript
module.exports = function (router) {
|
|
router.get('/article', require('./index'));
|
|
};
|