diff --git a/src/app/widgets/shared/export-data.service.ts b/src/app/widgets/shared/export-data.service.ts index fb179192..60b2bc01 100644 --- a/src/app/widgets/shared/export-data.service.ts +++ b/src/app/widgets/shared/export-data.service.ts @@ -36,7 +36,7 @@ export class ExportDataService { usageAuthorizations: PermissionTestResponse constructor(private http: HttpClient, private ladonService: LadonService) { - this.usageAuthorizations = this.ladonService.getUserAuthorizationsForURI(environment.billingApiUrl + '/billing-components') + this.usageAuthorizations = this.ladonService.getUserAuthorizationsForURI(environment.timescaleAPIURL + '/usage') }