Live: cleanup and simple changes (#28028)

This commit is contained in:
Ryan McKinley
2020-10-04 23:53:52 -07:00
committed by GitHub
parent 0ffd9a9a3c
commit 726bb4477b
12 changed files with 98 additions and 61 deletions

View File

@ -426,7 +426,7 @@ func (hs *HTTPServer) registerRoutes() {
// Live streaming
if hs.Live != nil {
r.Any("/live/*", hs.Live.Handler)
r.Any("/live/*", hs.Live.WebsocketHandler)
}
// Snapshots