RSSHub/lib/v2/hpoi/work.js

4 lines
166 B
JavaScript

const { ProcessFeed } = require('./utils');
module.exports = async (ctx) => ctx.set('data', await ProcessFeed('work', ctx.req.param('id'), ctx.req.param('order')));