Files
RSSHub/lib/v2/iwara/router.js
Fatpandac 3478eebd01 add iwara (#8735)
Co-authored-by: Tony <TonyRL@users.noreply.github.com>
Co-authored-by: DIYgod <diy.d.god@gmail.com>
2022-01-22 19:20:07 +00:00

4 lines
104 B
JavaScript

module.exports = function (router) {
router.get('/users/:username?/:type?', require('./index'));
};