Disabled credentials
This commit is contained in:
parent
dc7a8f5f8d
commit
4b2a310c44
@ -12,7 +12,7 @@ export class ChampionshipService implements OnInit {
|
|||||||
headers: new HttpHeaders({
|
headers: new HttpHeaders({
|
||||||
'Content-Type': 'application/json',
|
'Content-Type': 'application/json',
|
||||||
}),
|
}),
|
||||||
withCredentials: true
|
withCredentials: false
|
||||||
};
|
};
|
||||||
|
|
||||||
protected baseUrl = 'http://localhost:8080/';
|
protected baseUrl = 'http://localhost:8080/';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user