替换为get

This commit is contained in:
2020-02-24 12:42:37 +08:00
parent 3f9d832aec
commit 242bbee7f2

View File

@@ -4,5 +4,5 @@ let index = async (ctx,next)=>{
next()
}
module.exports = {
"POST /":index
"GET /":index
}