Update api.js

wording
This commit is contained in:
qfdk
2019-02-19 09:30:48 +01:00
committed by GitHub
parent 44bf741c62
commit 9bf38596b1

View File

@ -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
}