Skip to content

Commit

Permalink
Add list as an http verb
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardDrapkin committed Oct 8, 2018
1 parent 406f7c8 commit 3aaa145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Expand Up @@ -4,7 +4,7 @@ var deepEqual = require('deep-equal');

var handleRequest = require('./handle_request');

var VERBS = ['get', 'post', 'head', 'delete', 'patch', 'put', 'options'];
var VERBS = ['get', 'post', 'head', 'delete', 'patch', 'put', 'options', 'list'];

function adapter() {
return function(config) {
Expand Down

0 comments on commit 3aaa145

Please sign in to comment.