From 17204990186a4c0b29bf8f40a26b61809aeea17f Mon Sep 17 00:00:00 2001 From: Thomas Chazot Date: Thu, 14 Dec 2023 09:36:46 +0100 Subject: [PATCH] fix --- cryptide_project/src/AdressSetup.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cryptide_project/src/AdressSetup.ts b/cryptide_project/src/AdressSetup.ts index 75420f8..be81067 100644 --- a/cryptide_project/src/AdressSetup.ts +++ b/cryptide_project/src/AdressSetup.ts @@ -8,7 +8,7 @@ const tmp2 = ADRESSE_WEBSERVER const ADRESSE_WEBSITE = "" -const basePath = process.env.REACT_APP_BASEPATH || 'containers/Crypteam-website/'; +const basePath = process.env.REACT_APP_BASEPATH || '/containers/Crypteam-website'; console.log(basePath)