From 86d8f1672680ba6c803d62fe44eaef43b01acde3 Mon Sep 17 00:00:00 2001 From: Thomas CHAZOT Date: Wed, 13 Dec 2023 14:10:04 +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, 1 insertion(+), 1 deletion(-) diff --git a/cryptide_project/src/AdressSetup.ts b/cryptide_project/src/AdressSetup.ts index 38381b9..e37569f 100644 --- a/cryptide_project/src/AdressSetup.ts +++ b/cryptide_project/src/AdressSetup.ts @@ -1,7 +1,7 @@ const ADRESSE_WEBSERVER = "http://localhost:3002" // const ADRESSE_DBSERVER = "http://172.20.10.4:3003" -const ADRESSE_DBSERVER = "http://localhost:3003" +const ADRESSE_DBSERVER = "https://codefirst.iut.uca.fr/containers/Crypteam-api:3003" const tmp = ADRESSE_DBSERVER const tmp2 = ADRESSE_WEBSERVER