let index = async (ctx,next)=>{ console.log(JSON.stringify(ctx.query)) ctx.body = "ok" next() } module.exports = { "GET /":index }