This commit is contained in:
2020-02-24 12:40:25 +08:00
parent 13eec9903c
commit 3f9d832aec

View File

@@ -1,8 +1,8 @@
let index = async (ctx,next)=>{
console.log(ctx.request.body)
ctx.body = "ok"
next()
}
module.exports = {
"POST /":index
}