Skip to content

Commit 47e0c9f

Browse files
authored
Merge pull request #3231 from numbersprotocol/feature-pass-x-api-key-to-get-app-info
feat: pass x-api-key to app-info API call
2 parents 6db3c2b + a237117 commit 47e0c9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/shared/dia-backend/service/dia-backend-service.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export class DiaBackendService {
2222
) {}
2323

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

0 commit comments

Comments
 (0)