diff --git a/cmd/dwelling-radio/main.go b/cmd/dwelling-radio/main.go index 965ed15..7651db0 100644 --- a/cmd/dwelling-radio/main.go +++ b/cmd/dwelling-radio/main.go @@ -57,8 +57,7 @@ func main() { srv.ServeStatic("/assets/*filepath", hand.AssetsFS()) srv.GET("/", hand.Index) - srv.GET("/robots.txt", hand.Robots) - srv.GET("/stats", hand.Stats) + srv.GET("/status", hand.Status) srv.GET("/lastsong", hand.LastSong) srv.GET("/playlist", hand.Playlist)