Skip to content

Commit

Permalink
Merge pull request #124 from jhollingworth/http-patch
Browse files Browse the repository at this point in the history
Add patch method to HttpStateSource
  • Loading branch information
jhollingworth committed Feb 11, 2015
2 parents eb2c117 + 331a2c1 commit 679811c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stateSources/http.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function HttpStateSource(mixinOptions) {
mixinOptions = mixinOptions || {};

var defaultBaseUrl = '';
var methods = ['get', 'put', 'post', 'delete'];
var methods = ['get', 'put', 'post', 'delete', 'patch'];

var mixin = {
_isHttpStateSource: true,
Expand Down

0 comments on commit 679811c

Please sign in to comment.