From 1e5bc54fa17934dccd6e972a540053bdf75a29d2 Mon Sep 17 00:00:00 2001 From: Thomas CHAZOT Date: Wed, 20 Dec 2023 17:57:18 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'cryptide=5Fproject?= =?UTF-8?q?/src/AdressSetup.ts'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cryptide_project/src/AdressSetup.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cryptide_project/src/AdressSetup.ts b/cryptide_project/src/AdressSetup.ts index 67235db..a605c20 100644 --- a/cryptide_project/src/AdressSetup.ts +++ b/cryptide_project/src/AdressSetup.ts @@ -6,6 +6,8 @@ const ADRESSE_DBSERVER = "https://codefirst.iut.uca.fr/containers/Crypteam-api" const tmp = ADRESSE_DBSERVER const tmp2 = ADRESSE_WEBSERVER +console.log(ADRESSE_WEBSERVER) + const ADRESSE_WEBSITE = "" const basePath = process.env.REACT_APP_BASEPATH || '/containers/Crypteam-website';