Files
RSSHub/lib/v2/ccfcv/router.js
elxy 878fc49339 feat(route): 添加计算机视觉专委会 (#10090)
* routes: 添加计算机视觉专委会

* fix: description render
2022-07-14 23:30:22 +08:00

4 lines
99 B
JavaScript

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