Skip to content

Commit

Permalink
device usage: fix auth check
Browse files Browse the repository at this point in the history
  • Loading branch information
franzmueller committed Dec 12, 2023
1 parent 99c31b6 commit 83a9ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/widgets/shared/export-data.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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')

}

Expand Down

0 comments on commit 83a9ae7

Please sign in to comment.