UNPKG

pooliot-client

Version:
7 lines (6 loc) 122 B
export default { async index(ctx) { if (ctx.method !== 'GET') return (ctx.status = 404); ctx.body = ''; }, };