let index = async (ctx,next)=>{ ctx.body = "" } module.exports = { "GET /":index }