Files
RSSHub/lib/v2/loltw/router.js
hoilc e7d1a26b54 feat(route): add 英雄联盟台服新闻 (#10674)
* add loltw news

* simplify api query
2022-09-02 00:21:07 +08:00

4 lines
95 B
JavaScript

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