Skip to content

Commit

Permalink
Merge pull request #272 from yuminn-k/feat/screen-sharing-route
Browse files Browse the repository at this point in the history
[MIN-145] ✨ 画面共有機能のバックエンド実装
  • Loading branch information
yuminn-k authored May 8, 2024
2 parents 2683148 + c9122ca commit bcc93c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -837,5 +837,6 @@ func setupLiveClassRoutes(router *gin.Engine) {
{
live.GET("screen-share/start", gin.WrapF(startScreenSharingHandler))
live.GET("screen-share/stop", gin.WrapF(stopScreenSharingHandler))
live.GET("/ws", gin.WrapF(websocketHandler))
}
}

0 comments on commit bcc93c6

Please sign in to comment.