let index = async (ctx,next)=>{ console.log(ctx.request.body) ctx.body = "ok" } module.exports = { "POST /":index }