const { FetchGoItems } = require('./utils');
module.exports = async (ctx) => {
ctx.params.id = 'weekly';
ctx.state.data = await FetchGoItems(ctx);
};