Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jhollingworth committed May 21, 2015
1 parent a49c4de commit d26f80a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/http-state-source/http.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function requestOptions(method, source, options) {
headers: {}
});

options.method = method.toLowerCase();
options.method = method.toUpperCase();

if (baseUrl) {
let separator = '';
Expand Down

0 comments on commit d26f80a

Please sign in to comment.