Skip to content

Commit

Permalink
commented out
Browse files Browse the repository at this point in the history
  • Loading branch information
Cwarrick10 committed Sep 7, 2022
1 parent 071dbd3 commit 4b9aac4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/services/squeak.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export class SqueakService {
private headers: HttpHeaders;

constructor(private http: HttpClient) {
this.squeakUrl = 'http://localhost:8080/squeak';
// this.squeakUrl = 'http://localhost:8080/squeak';
this.squeakUrl = 'https://tcg-squaker-back.herokuapp.com/squeak';
this.headers = new HttpHeaders({'Content-Type' : 'application/json'});
}
Expand Down
2 changes: 1 addition & 1 deletion src/app/services/squeaker.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export class SqueakerService {
private headers: HttpHeaders;

constructor(private http: HttpClient) {
this.squeakerUrl = 'http://localhost:8080/squeaker';
// this.squeakerUrl = 'http://localhost:8080/squeaker';
this.squeakerUrl = 'https://tcg-squaker-back.herokuapp.com/squeaker';
this.headers = new HttpHeaders({'Content-Type' : 'application/json'});
}
Expand Down

0 comments on commit 4b9aac4

Please sign in to comment.