From 4b2a310c44911446aa82ea3666d2b7242f05b84a Mon Sep 17 00:00:00 2001 From: Joachim Date: Thu, 13 Sep 2018 22:30:54 +0200 Subject: [PATCH] Disabled credentials --- src/app/championship.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/championship.service.ts b/src/app/championship.service.ts index 31c58a7..568be8d 100644 --- a/src/app/championship.service.ts +++ b/src/app/championship.service.ts @@ -12,7 +12,7 @@ export class ChampionshipService implements OnInit { headers: new HttpHeaders({ 'Content-Type': 'application/json', }), - withCredentials: true + withCredentials: false }; protected baseUrl = 'http://localhost:8080/';