Skip to content

Commit

Permalink
heroku links
Browse files Browse the repository at this point in the history
  • Loading branch information
gychu1 committed Sep 8, 2022
1 parent a9d3e2e commit 8f3818a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/app/services/squeak.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'});
}

Expand Down
4 changes: 2 additions & 2 deletions src/app/services/squeaker.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'});
}

Expand Down

0 comments on commit 8f3818a

Please sign in to comment.