Skip to content

Commit

Permalink
Merge pull request #3231 from numbersprotocol/feature-pass-x-api-key-…
Browse files Browse the repository at this point in the history
…to-get-app-info

feat: pass x-api-key to app-info API call
  • Loading branch information
sultanmyrza authored Mar 4, 2024
2 parents 6db3c2b + a237117 commit 47e0c9f
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 47e0c9f

Please sign in to comment.