RSSHub/lib/v2/wikinews/router.js

5 lines
120 B
JavaScript

const routerIndex = require('./index');
module.exports = function (router) {
router.get('/latest', routerIndex);
};