diff --git a/IguideME.Web/wwwroot/src/api/controllers/datamart.ts b/IguideME.Web/wwwroot/src/api/controllers/datamart.ts index 6a64a4da..adbaf7c7 100644 --- a/IguideME.Web/wwwroot/src/api/controllers/datamart.ts +++ b/IguideME.Web/wwwroot/src/api/controllers/datamart.ts @@ -25,7 +25,7 @@ export default class DataMartController extends Controller { static getUsage(): Promise { - return this.client.post( + return this.client.get( 'app/usage', ).then(response => response.data); } diff --git a/charts/iguideme/Chart.yaml b/charts/iguideme/Chart.yaml index 8385db8d..17cc99aa 100644 --- a/charts/iguideme/Chart.yaml +++ b/charts/iguideme/Chart.yaml @@ -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"