Revert "Consolidate the ping and status request APIs"

This reverts commit b96cd2e93e.
This commit is contained in:
Gabe Kangas
2021-06-20 17:26:35 -07:00
parent f2b2e5c61c
commit bb8aea6446
3 changed files with 24 additions and 12 deletions

View File

@@ -62,6 +62,9 @@ func Start() error {
// return the list of video variants available
http.HandleFunc("/api/video/variants", controllers.GetVideoStreamOutputVariants)
// tell the backend you're an active viewer
http.HandleFunc("/api/ping", controllers.Ping)
// Authenticated admin requests
// Current inbound broadcaster