From 42fbaf16fee9ee4317ffc9f6e5e4deea7cf09be2 Mon Sep 17 00:00:00 2001 From: Thomas Chazot Date: Thu, 30 Nov 2023 12:37:05 +0100 Subject: [PATCH] fix setupAddress --- cryptide_project/src/AdressSetup.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cryptide_project/src/AdressSetup.ts b/cryptide_project/src/AdressSetup.ts index b46e98b..18c1170 100644 --- a/cryptide_project/src/AdressSetup.ts +++ b/cryptide_project/src/AdressSetup.ts @@ -4,4 +4,7 @@ const ADRESSE_DBSERVER = "http://localhost:3003" const ADRESSE_WEBSITE = "" +const tmp= ADRESSE_DBSERVER +const tmp2 = ADRESSE_WEBSERVER + export {ADRESSE_DBSERVER, ADRESSE_WEBSERVER, ADRESSE_WEBSITE} \ No newline at end of file