Skip to content

Commit

Permalink
Fixed request type for usage
Browse files Browse the repository at this point in the history
  • Loading branch information
allomanta committed Oct 15, 2024
1 parent 6dad8ae commit 1d098b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion IguideME.Web/wwwroot/src/api/controllers/datamart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default class DataMartController extends Controller {

static getUsage(): Promise<string> {

return this.client.post(
return this.client.get(
'app/usage',
).then(response => response.data);
}
Expand Down
4 changes: 2 additions & 2 deletions charts/iguideme/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: iguideme
description: IguideME
type: application
version: 0.2.95
appVersion: "0.2.95"
version: 0.2.96
appVersion: "0.2.96"

0 comments on commit 1d098b1

Please sign in to comment.