Skip to content

Commit

Permalink
update origin
Browse files Browse the repository at this point in the history
  • Loading branch information
SneakySensei committed Sep 7, 2024
1 parent e182974 commit 6fe67a5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/backend/services/ws.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@ export class WSService {
public static async init(server: Server) {
this.ioConnection = new WSServer(server, {
cors: {
origin: [
"http://localhost:3000",
"https://dewls-frontend.vercel.app",
],
origin: ["http://localhost:3000", "https://dewls.vercel.app"],
methods: ["GET", "POST"],
credentials: true,
},
Expand Down

0 comments on commit 6fe67a5

Please sign in to comment.