first commit

This commit is contained in:
2021-04-16 08:54:48 +08:00
commit fcedcbba6f
7 changed files with 306 additions and 0 deletions

7
controllers/index.js Normal file
View File

@@ -0,0 +1,7 @@
let index = async (ctx,next)=>{
ctx.body = ""
}
module.exports = {
"GET /":index
}