Skip to content

Commit

Permalink
Update api.service.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
devyagnesh authored Nov 22, 2023
1 parent faf3bca commit a28b142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/api/api.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export class ApiService {
isAuthenticated = false;

constructor(private backendUrl: string) {
this.httpClient = new HttpClient(this.backendUrl);
this.httpClient = new HttpClient(backendUrl);
}

constructQueryString(obj: Record<string, string | number>): string {
Expand Down

0 comments on commit a28b142

Please sign in to comment.