RSSHub/lib/v2/apple/router.js

4 lines
116 B
JavaScript

module.exports = function (router) {
router.get('/exchange_repair/:country?', require('./exchange_repair'));
};