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