mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-08 14:07:54 +08:00
5 lines
158 B
JavaScript
5 lines
158 B
JavaScript
module.exports = function (router) {
|
|
router.get('/quotation/all', require('./all'));
|
|
router.get('/quotation/history/:type', require('./history'));
|
|
};
|