ceshikaoshi/controllers/index.js
2021-01-08 13:54:22 +08:00

7 lines
91 B
JavaScript

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