Skip to content
Snippets Groups Projects
Commit 866f359b authored by Anton Georgiev's avatar Anton Georgiev
Browse files

Add handling route for GetRunningMeetingsReqMsg

parent c8ae0084
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,9 @@ class ReceivedJsonMsgHandlerActor(
case CheckAlivePingSysMsg.NAME =>
route[CheckAlivePingSysMsg](meetingManagerChannel, envelope, jsonNode)
case GetRunningMeetingsReqMsg.NAME =>
route[GetRunningMeetingsReqMsg](meetingManagerChannel, envelope, jsonNode)
case CreateMeetingReqMsg.NAME =>
route[CreateMeetingReqMsg](meetingManagerChannel, envelope, jsonNode)
case ValidateAuthTokenReqMsg.NAME =>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment