diff --git a/backend/server.js b/backend/server.js index 3419931..b3cabe3 100644 --- a/backend/server.js +++ b/backend/server.js @@ -18,7 +18,7 @@ const PORT = process.env.PORT || 5000; app.use( cors({ - origin: ["http://localhost:3000", "http://localhost:3001"], + origin: ["http://localhost:3000", "http://localhost:3001","*"], methods: ["POST", "GET"], credentials: true, })