mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-03 02:28:23 +08:00
* freebuf route * accpet recommendataion * add blank line * query freebuf with api * remove unused `id` args and retouch the rss link * delete String() on variable `type`
4 lines
89 B
JavaScript
4 lines
89 B
JavaScript
module.exports = (router) => {
|
|
router.get('/articles/:type', require('./index'));
|
|
};
|