Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat : 4번 요청 응답 코드 수정 #42

Closed
minseok1015 opened this issue Dec 6, 2024 · 0 comments
Closed

feat : 4번 요청 응답 코드 수정 #42

minseok1015 opened this issue Dec 6, 2024 · 0 comments
Assignees

Comments

@minseok1015
Copy link
Collaborator

4번 요청의 응답 코드를 수정합니다

현재

{"messageType":4,"status":"success","message":"방 입장 성공","data":{"roomId":4,"currentPlayers":1,"maxPlayers":4}}

수정 예시

{
"messageType": 4,
"status": "success",
"message": "성공",
"data": {
"roomName": "건대생들 고고",
"userList": [
{
"userName": "changkyun"
},
{
"userName": "minseok"
},
{
"userName": "건구스구스"
}
]
}
}

minseok1015 added a commit that referenced this issue Dec 6, 2024
feat : 4번 응답 userList로 변경
@minseok1015 minseok1015 self-assigned this Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant