From 7f95f384d29669a4f9f7b349f8e8d7800aa3f3aa Mon Sep 17 00:00:00 2001 From: vincentastolfi Date: Fri, 24 May 2024 09:00:09 +0200 Subject: [PATCH] :green_heart: tweaks --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index f5c8e30..e1ad786 100644 --- a/index.js +++ b/index.js @@ -5,7 +5,7 @@ const { createServer } = require("http"); const { Server } = require("socket.io"); const port = 8080; -const url = "https://codefirst.iut.uca.fr/containers/vincentastolfi-maettleship" +const url = "https://codefirst.iut.uca.fr/containers/vincentastolfi-maettleship:8080" const httpServer = createServer(); const io = new Server(httpServer, {