Files
RSSHub/lib/v2/trow/router.js
shiningdracon 8a96fcb83c feat(route): 添加 “The Ring of Wonder 首页更新”的route以及文档 (#8237)
* Add route: The Ring of Wonder

* Fix timezone

* Remove templates (not in use)
2021-09-23 01:14:54 -07:00

4 lines
88 B
JavaScript

module.exports = function (router) {
router.get('/portal', require('./portal'));
};