Update api.js
wording
This commit is contained in:
parent
44bf741c62
commit
9bf38596b1
@ -22,9 +22,9 @@ export let Put = (ctx) => {
|
||||
}
|
||||
}
|
||||
|
||||
export let Delect = (ctx) => {
|
||||
export let Delete = (ctx) => {
|
||||
ctx.body = {
|
||||
result: 'delect',
|
||||
result: 'delete',
|
||||
name: ctx.params.name,
|
||||
para: ctx.request.body
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user