removing content type ehader from event bus connection.
This commit is contained in:
parent
74fc682dbf
commit
b2bff9ccdd
|
@ -62,7 +62,6 @@ export class FastenApiService {
|
|||
fetchEventSource(eventStreamUrl, {
|
||||
method: 'GET',
|
||||
headers: {
|
||||
'Content-Type': 'application/json',
|
||||
'Authorization': `Bearer ${this.authService.GetAuthToken()}`
|
||||
},
|
||||
onmessage(ev) {
|
||||
|
|
Loading…
Reference in New Issue