diff --git a/src/server.ts b/src/server.ts index 17f0226..9132308 100644 --- a/src/server.ts +++ b/src/server.ts @@ -17,7 +17,7 @@ import { handleJoinSession, handleNewGame } from "./game/events"; const httpServer = new Server(app); export const io = new SocketIOServer(httpServer, { cors: { - origin: "http://localhost:5173", + origin: "https://skyjo.voltvector.org", methods: ["GET", "POST"], }, });