-1
This commit is contained in:
@ -1,7 +0,0 @@
|
||||
export let Post = async function (ctx) {
|
||||
console.log(ctx.request.body)
|
||||
}
|
||||
|
||||
export let Get = async function (ctx) {
|
||||
ctx.body = '<html>詹文杰' + ctx.query.sex + '</html>'
|
||||
}
|
Reference in New Issue
Block a user