Skip to content

Commit

Permalink
chore: add all on cors origins on server just for test porposes
Browse files Browse the repository at this point in the history
  • Loading branch information
brunocroh committed May 13, 2024
1 parent 2faf42d commit 7cfa73d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/server/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const rooms = new Map<string, Room>();

const io = new Server<SocketEvents, SocketEvents>({
cors: {
origin: "http://localhost:3000",
origin: "*",
},
});

Expand Down

0 comments on commit 7cfa73d

Please sign in to comment.