fixed bug

This commit is contained in:
AmirHossein Mahmoodi
2025-05-05 09:42:31 +03:30
parent 266169c524
commit 7d69c46377

View File

@@ -10,7 +10,6 @@ import { SocketService } from './socket.service';
import { Logger } from '@nestjs/common'; import { Logger } from '@nestjs/common';
@WebSocketGateway({ @WebSocketGateway({
namespace: 'notification',
cors: { cors: {
origin: '*', origin: '*',
}, },