first commit
This commit is contained in:
7
controllers/index.js
Normal file
7
controllers/index.js
Normal file
@@ -0,0 +1,7 @@
|
||||
let index = async (ctx,next)=>{
|
||||
ctx.body = ""
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
"GET /":index
|
||||
}
|
||||
Reference in New Issue
Block a user