Files
RSSHub/lib/v2/latepost/router.js
Ethan Shen 2450ebe05d fix(route): 晚点LatePost (#8682)
* fix(route): 晚点LatePost

* fix: add limit

* fix: add radar
2022-02-02 04:13:29 +08:00

4 lines
88 B
JavaScript

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