RSSHub/lib/v2/deeplearning/router.js

4 lines
77 B
JavaScript

module.exports = (router) => {
router.get('/thebatch', './thebatch');
};