Files
RSSHub/lib/v2/apple/router.js
Fatpandac 9cb8d5053c fix(route): apple/exchange_repair refactor to V2 (#9176)
* fix(route): apple/exchange_repair refactor to V2

* fix(route): add radar.js

* fix: remove legacy url.resolve use tryGet
2022-02-25 00:00:09 +08:00

4 lines
116 B
JavaScript

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