Skip to content

Commit

Permalink
Merge pull request #37 from Twitter-Clone-Group/gychu
Browse files Browse the repository at this point in the history
Gychu
  • Loading branch information
gychu1 authored Sep 8, 2022
2 parents 26a11d7 + 0364be5 commit 8de0d5a
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 8de0d5a

Please sign in to comment.