diff --git a/lib/http/base.js b/lib/http/base.js index 30f91713..752977e4 100644 --- a/lib/http/base.js +++ b/lib/http/base.js @@ -739,7 +739,7 @@ Routes.prototype.getHandlers = function getHandlers(method) { return this.post; case 'PUT': return this.put; - case 'DEL': + case 'DELETE': return this.del; default: return;