mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 21:52:43 +08:00
Live: cleanup and simple changes (#28028)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user