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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,9 +22,9 @@ export let Put = (ctx) => {
} }
} }
export let Delect = (ctx) => { export let Delete = (ctx) => {
ctx.body = { ctx.body = {
result: 'delect', result: 'delete',
name: ctx.params.name, name: ctx.params.name,
para: ctx.request.body para: ctx.request.body
} }