Skip to content

Commit 4a2b6f6

Browse files
committed
2 parents bb431e1 + 6fe67a5 commit 4a2b6f6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/backend/services/ws.service.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@ export class WSService {
2020
public static async init(server: Server) {
2121
this.ioConnection = new WSServer(server, {
2222
cors: {
23-
origin: [
24-
"http://localhost:3000",
25-
"https://dewls-frontend.vercel.app",
26-
],
23+
origin: ["http://localhost:3000", "https://dewls.vercel.app"],
2724
methods: ["GET", "POST"],
2825
credentials: true,
2926
},

0 commit comments

Comments
 (0)