mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-12 08:10:32 +08:00
4 lines
80 B
JavaScript
4 lines
80 B
JavaScript
module.exports = (router) => {
|
|
router.get('/price', require('./price'));
|
|
};
|