Toggle navigation
Toggle navigation
This project
Loading...
Sign in
강동현
/
nodejs-game
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Overnap
2021-06-06 02:04:51 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7835516f2f41395e772ebec9b957b9e3952fc611
7835516f
1 parent
277337f1
Room 컴포넌트의 프로토콜 규격 수정
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
web/src/components/common/types.ts
web/src/components/common/types.ts
View file @
7835516
...
...
@@ -13,7 +13,7 @@ export const MessageType = {
LOGIN
:
"login"
,
ROOM_LIST_REQUEST
:
"roomList"
,
ROOM_JOIN
:
"joinRoom"
,
ROOM_LEAVE
:
"
room_leave
"
,
ROOM_USER_UPDATE
:
"
room_user_update
"
,
ROOM_CHAT
:
"
room_
chat"
,
ROOM_LEAVE
:
"
leaveRoom
"
,
ROOM_USER_UPDATE
:
"
updateRoomUser
"
,
ROOM_CHAT
:
"chat"
,
}
as
const
\ No newline at end of file
...
...
Please
register
or
login
to post a comment