Files
RSSHub/lib/v2/whoscall/router.js
Ethan Shen c2a886f91d feat(route): add Whoscall (#8478)
* feat(route): add Whoscall

* fix: add docs
2022-02-02 03:37:46 +08:00

4 lines
92 B
JavaScript

module.exports = function (router) {
router.get('/:what?/:id?', require('./index'));
};