Skip to content

Commit

Permalink
updated build.
Browse files Browse the repository at this point in the history
  • Loading branch information
kennetpostigo committed Jan 30, 2016
1 parent e6acfc7 commit 5abb51b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/utils/transport.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ function transport(path, query) {
return new _promise2.default(function (resolve, reject) {
return (0, _isomorphicFetch2.default)(path, {
method: 'POST',
mode: 'cors',
headers: {
'Accept': 'application/json',
'content-type': 'application/json'
Expand Down

0 comments on commit 5abb51b

Please sign in to comment.