Files
RSSHub/lib/v2/fx678/router.js
Jiahao Lee 21e36b3b40 fix(route): blank results from fx678 (#12722)
* Fix kx.js to fetch the latest news

* make ESLint happy

* Use proper DateTime object

* fix runtime errors

* update `host` to avoid redirection

* refactor: migrate to v2

---------
2023-06-30 20:26:11 +08:00

4 lines
74 B
JavaScript

module.exports = (router) => {
router.get('/kx', require('./kx'));
};