mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-01 17:48:15 +08:00
6 lines
129 B
JavaScript
6 lines
129 B
JavaScript
const { FetchGoItems } = require('./utils');
|
|
|
|
module.exports = async (ctx) => {
|
|
ctx.state.data = await FetchGoItems(ctx);
|
|
};
|