RSSHub/lib/v2/deeplearning/router.js

4 lines
86 B
JavaScript

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