Skip to content

Commit

Permalink
Merge pull request #69 from Fam-Story/feat/66-realtime-chat
Browse files Browse the repository at this point in the history
Fix: socket에 namespace 추가 (#66)
  • Loading branch information
synoti21 authored Dec 4, 2023
2 parents 02abc25 + 0919476 commit cee294b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/domain/chat/chat.gateway.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import { CreateChatDto } from './dto/create-chat.dto';

@UseGuards(JwtServiceAuthGuard)
@WebSocketGateway({
namespace: 'chat',
cors: true,
})
export class ChatGateway {
Expand Down

0 comments on commit cee294b

Please sign in to comment.