Skip to content

Commit c0989cc

Browse files
Fix: cors 제거
1 parent 06befa8 commit c0989cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/collaboration/infrastructure/gateway/collaboration.gateway.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { CollaborationUseCase } from '../../application/collaboration.use-case';
1818

1919
@UseGuards(WsAuthGuard)
2020
@WebSocketGateway({
21-
cors: { origin: '*' },
21+
cors: false,
2222
path: '/v1/card-sets/ws',
2323
pingTimeout: 60000,
2424
pingInterval: 25000,

0 commit comments

Comments
 (0)