Disabled credentials

This commit is contained in:
Joachim 2018-09-13 22:30:54 +02:00
parent dc7a8f5f8d
commit 4b2a310c44

View File

@ -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/';