Files
RSSHub/lib/v2/iresearch/router.js
Fatpandac 7bcb65ea25 fix(route): change iresearch's API URL and refactor to V2 (#9019)
* Fix(route): change iresearch's API URL and refactor to V2

* Fix(route): add tryGet and timezone
2022-02-08 20:20:54 +08:00

4 lines
88 B
JavaScript

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