Skip to content

Commit

Permalink
Merge pull request #168 from ghiscoding/master
Browse files Browse the repository at this point in the history
Add missing header in Fetch-Config issue #105 #107
  • Loading branch information
paulvanbladel authored Dec 16, 2016
2 parents 236240e + 61bca77 commit 3ed2bf5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/auth-fetch-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ export class FetchConfig {
httpConfig
.withDefaults({
headers: {
'Accept': 'application/json'
'Accept': 'application/json',
'Content-Type': 'application/json'
}
})
.withInterceptor(this.auth.tokenInterceptor);
Expand Down

0 comments on commit 3ed2bf5

Please sign in to comment.