Skip to content

Commit

Permalink
removing content type ehader from event bus connection.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Sep 10, 2023
1 parent 74fc682 commit b2bff9c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/app/services/fasten-api.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ export class FastenApiService {
fetchEventSource(eventStreamUrl, {
method: 'GET',
headers: {
'Content-Type': 'application/json',
'Authorization': `Bearer ${this.authService.GetAuthToken()}`
},
onmessage(ev) {
Expand Down

0 comments on commit b2bff9c

Please sign in to comment.