mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-09 23:00:48 +08:00
* 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 ---------
4 lines
74 B
JavaScript
4 lines
74 B
JavaScript
module.exports = (router) => {
|
|
router.get('/kx', require('./kx'));
|
|
};
|