修复
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
let index = async (ctx,next)=>{
|
||||
console.log(ctx.request.body)
|
||||
ctx.body = "ok"
|
||||
next()
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
"POST /":index
|
||||
}
|
||||
Reference in New Issue
Block a user