diff --git a/server.js b/server.js index 011f84c..56ef36d 100644 --- a/server.js +++ b/server.js @@ -13,7 +13,7 @@ const server = http.createServer(app); const io = new Server(server, { cors: { - origin: ['http://localhost:3000','http://localhost:3040','*',"*:*"], + origin: ['http://localhost:3000','http://localhost:3040','http://socket-dev.wrenchboard.com','*',"*:*"], methods: ["GET", "POST"], }, });