Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
xxmichaellong committed Dec 25, 2023
1 parent f5bc37a commit f211cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion back-end.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const { Server } = require('socket.io');
const { instrument } = require("@socket.io/admin-ui");
const io = new Server(server, {
cors: {
origin: ["https://admin.socket.io"],
origin: ["https://admin.socket.io", "https://ptcgsim.online/"],
credentials: true
}
});
Expand Down

0 comments on commit f211cc5

Please sign in to comment.