diff --git a/backend/src/index.js b/backend/src/index.js index e71a884..2fc18b4 100644 --- a/backend/src/index.js +++ b/backend/src/index.js @@ -39,7 +39,7 @@ async function connectDB() { const io = new Server(server, { cors: { - origin: "*", + origin: "worry-is-bubble.com", methods: ["GET", "POST"], }, });