Skip to content

Commit

Permalink
Merge pull request #167 from EdwardDrapkin/master
Browse files Browse the repository at this point in the history
Add list as an http verb
  • Loading branch information
ctimmerm committed Oct 9, 2018
2 parents 406f7c8 + 3aaa145 commit 8681af9
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 8681af9

Please sign in to comment.