We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 735487d + a7b054a commit 42cfc34Copy full SHA for 42cfc34
src/socket/server.ts
@@ -82,6 +82,7 @@ export const initSocket = (httpServer: HttpServer) => {
82
"https://www.promptplace.kr",
83
"https://promptplace-develop.vercel.app",
84
],
85
+ methods: ["GET", "POST", "PUT", "PATCH", "DELETE", "OPTIONS"],
86
credentials: true
87
}
88
});
0 commit comments