Files
RSSHub/lib/v2/fx-markets/router.js
Jiefu ace2b69f3e feat(route): 添加路由 FX-Markets.com (#9801)
* Add a new router for fx-markets.com

* Correct link to doc in radar definition

* Add en docs for fx-markets.com

* Update docs section title as suggested

* Use parseDate instead of date; remove unnecessary async as suggested
2022-05-24 00:02:50 +08:00

4 lines
85 B
JavaScript

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