添加默认路由
This commit is contained in:
parent
d43017eff2
commit
00f138d4aa
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
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user