mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-04 19:59:54 +08:00
* 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
4 lines
85 B
JavaScript
4 lines
85 B
JavaScript
module.exports = (router) => {
|
|
router.get('/:channel', require('./channel'));
|
|
};
|