From 639340cebc4784729d5fbb220a739faa61b39892 Mon Sep 17 00:00:00 2001 From: Dario Ocles Date: Mon, 30 Oct 2023 16:59:31 +0100 Subject: [PATCH] fix: keeping / as endpoint in order to avoid confusion --- application-templates/javascript/connect.yaml | 2 +- application-templates/typescript/connect.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/application-templates/javascript/connect.yaml b/application-templates/javascript/connect.yaml index e743c07..4396a3a 100644 --- a/application-templates/javascript/connect.yaml +++ b/application-templates/javascript/connect.yaml @@ -57,7 +57,7 @@ deployAs: description: commercetools Composable Commerce client scope - name: mc-app applicationType: mc-app - endpoint: /mc-app + endpoint: / configuration: standardConfiguration: - key: APPLICATION_ID diff --git a/application-templates/typescript/connect.yaml b/application-templates/typescript/connect.yaml index 4cad605..4283f62 100644 --- a/application-templates/typescript/connect.yaml +++ b/application-templates/typescript/connect.yaml @@ -57,7 +57,7 @@ deployAs: description: commercetools Composable Commerce client scope - name: mc-app applicationType: mc-app - endpoint: /mc-app + endpoint: / configuration: standardConfiguration: - key: APPLICATION_ID