RSSHub/lib/v2/tesla/router.js

4 lines
80 B
JavaScript

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