Skip to content

Commit

Permalink
chore: cors 설정 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellol77 committed Jul 27, 2024
1 parent 8e7efb2 commit 8a14e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ async function connectDB() {

const io = new Server(server, {
cors: {
origin: "*",
origin: "worry-is-bubble.com",
methods: ["GET", "POST"],
},
});
Expand Down

0 comments on commit 8a14e11

Please sign in to comment.