Skip to content

Commit 81f6152

Browse files
committed
Feat: 세션 상태 정보/응답 DTO 추가
1 parent e5de47a commit 81f6152

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
package com.back.global.websocket.dto;
2+
3+
public class WebSocketSessionInfo {
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
package com.back.global.websocket.dto;
2+
3+
public class WebSocketStatusResponse {
4+
}

0 commit comments

Comments
 (0)