We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a9d906 commit 5203c29Copy full SHA for 5203c29
index.js
@@ -1,6 +1,8 @@
1
var methods = require('methods');
2
var cache = [];
3
4
+methods.push('del');
5
+
6
function API(app, base, version) {
7
this.app = app;
8
this.prefix = base + (version ? '/' + version : '');
0 commit comments