Files
ceshiweb/controllers/index.js
2021-04-16 08:54:48 +08:00

7 lines
91 B
JavaScript

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