RSSHub/lib/v2/tesla/router.js

5 lines
120 B
JavaScript

module.exports = (router) => {
router.get('/cx/:category?/:city?', './cx');
router.get('/price', './price');
};