From 231c7e6a3b4387214f82a69070b0fa2ef2c36f83 Mon Sep 17 00:00:00 2001 From: louis-antoine-etsmtl <61054719+louis-antoine-etsmtl@users.noreply.github.com> Date: Fri, 5 Apr 2024 17:34:39 -0400 Subject: [PATCH] Update app.js --- server/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/app.js b/server/app.js index 8d742ed..1a62957 100644 --- a/server/app.js +++ b/server/app.js @@ -25,7 +25,7 @@ const bodyParser = require('body-parser'); const configureServer = (httpServer) => { return new Server(httpServer, { - path: "/api/socket.io", + path: "/socket.io", cors: { origin: "*", methods: ["GET", "POST"],