Skip to content

Commit

Permalink
Merge pull request #45 from Dcastro99/dannyData
Browse files Browse the repository at this point in the history
evn change up
  • Loading branch information
ArzuVon authored Sep 29, 2022
2 parents 0f96a49 + 169115d commit 99db4c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const server = http.createServer(app);
const io = new Server(server, {
cors: {
// origin: "http://localhost:3000",
origin: "/",
origin: process.env.SOCKET_URL,
methods: ["GET", "POST"],
},
});
Expand Down

0 comments on commit 99db4c7

Please sign in to comment.