From eb1e7d199e8d76d8fa63587cc7fba4b17acf8276 Mon Sep 17 00:00:00 2001 From: mpw Date: Wed, 12 Jul 2023 13:08:03 -0300 Subject: [PATCH] update credits checkout route --- charts/hub-gateway/Chart.yaml | 2 +- charts/hub-gateway/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/hub-gateway/Chart.yaml b/charts/hub-gateway/Chart.yaml index e79abb1..f459b7a 100644 --- a/charts/hub-gateway/Chart.yaml +++ b/charts/hub-gateway/Chart.yaml @@ -18,7 +18,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.23.4 +version: 0.23.5 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/hub-gateway/values.yaml b/charts/hub-gateway/values.yaml index 6498643..a3a0d36 100644 --- a/charts/hub-gateway/values.yaml +++ b/charts/hub-gateway/values.yaml @@ -187,7 +187,7 @@ routes: session: enabled: true paths: - - /browser/credits/purchase + - /api/credits/purchase methods: - POST