diff --git a/web.go b/web.go index 3ab7780..51bcd98 100644 --- a/web.go +++ b/web.go @@ -99,7 +99,6 @@ func setupRouter() *gin.Engine { protected := r.Group("/") protected.Use(protectedMiddleware()) { - /* * Legacy WebRTC session endpoint *