Skip to content

Commit 5203c29

Browse files
committed
added delete alias
1 parent 4a9d906 commit 5203c29

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
var methods = require('methods');
22
var cache = [];
33

4+
methods.push('del');
5+
46
function API(app, base, version) {
57
this.app = app;
68
this.prefix = base + (version ? '/' + version : '');

0 commit comments

Comments
 (0)