diff --git a/src/app/services/squeak.service.ts b/src/app/services/squeak.service.ts index d008f35..40335ce 100644 --- a/src/app/services/squeak.service.ts +++ b/src/app/services/squeak.service.ts @@ -14,8 +14,8 @@ export class SqueakService { private headers: HttpHeaders; constructor(private http: HttpClient) { - this.squeakUrl = 'http://localhost:8080/squeak'; - // this.squeakUrl = 'https://tcg-squaker-back.herokuapp.com/squeak'; + // this.squeakUrl = 'http://localhost:8080/squeak'; + this.squeakUrl = 'https://tcg-squaker-back.herokuapp.com/squeak'; this.headers = new HttpHeaders({'Content-Type' : 'application/json'}); } diff --git a/src/app/services/squeaker.service.ts b/src/app/services/squeaker.service.ts index a155265..1b9e926 100644 --- a/src/app/services/squeaker.service.ts +++ b/src/app/services/squeaker.service.ts @@ -12,8 +12,8 @@ export class SqueakerService { private headers: HttpHeaders; constructor(private http: HttpClient) { - this.squeakerUrl = 'http://localhost:8080/squeaker'; - // this.squeakerUrl = 'https://tcg-squaker-back.herokuapp.com/squeaker'; + // this.squeakerUrl = 'http://localhost:8080/squeaker'; + this.squeakerUrl = 'https://tcg-squaker-back.herokuapp.com/squeaker'; this.headers = new HttpHeaders({'Content-Type' : 'application/json'}); }