HTTP: Fix DELETE requests
This commit is contained in:
parent
275eb917aa
commit
393dd5dae7
@ -739,7 +739,7 @@ Routes.prototype.getHandlers = function getHandlers(method) {
|
|||||||
return this.post;
|
return this.post;
|
||||||
case 'PUT':
|
case 'PUT':
|
||||||
return this.put;
|
return this.put;
|
||||||
case 'DEL':
|
case 'DELETE':
|
||||||
return this.del;
|
return this.del;
|
||||||
default:
|
default:
|
||||||
return;
|
return;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user