Skip to content

Commit

Permalink
feat: pass x-api-key to app-info API call
Browse files Browse the repository at this point in the history
  • Loading branch information
sultanmyrza committed Mar 2, 2024
1 parent 6db3c2b commit a237117
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export class DiaBackendService {
) {}

appInfo$() {
return defer(() => this.authService.getAuthHeaders()).pipe(
return defer(() => this.authService.getAuthHeadersWithApiKey()).pipe(
concatMap(headers =>
this.httpClient.get<DiaBackendAppInfo>(
`${BASE_URL}/api/v3/services/app-info/`,
Expand Down

0 comments on commit a237117

Please sign in to comment.