first commit

This commit is contained in:
2021-01-08 13:54:22 +08:00
commit bb3f3ec336
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
}