From 98982693a1115ea153c3045077ddb493a895d568 Mon Sep 17 00:00:00 2001 From: "johan.lachenal" Date: Fri, 6 Jan 2023 00:20:41 +0100 Subject: [PATCH] modification de l'adresse du serveur en enlevant http --- WEB/Config/Config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WEB/Config/Config.php b/WEB/Config/Config.php index 73060db8..16b464fd 100644 --- a/WEB/Config/Config.php +++ b/WEB/Config/Config.php @@ -35,7 +35,7 @@ $vues['queue'] = 'View/src/pages/Multijoueur/Queue.php'; $vues['enigmePage'] = 'View/src/pages/Enigme/EnigmePage.php'; // Server $server = './server.js'; -$serverAdress = "http://82.165.180.114"; +$serverAdress = "82.165.180.114"; $port= "3000"; $playerNumberPerGame=2; //modules