diff --git a/cmd/dwelling-radiodj/main.go b/cmd/dwelling-radiodj/main.go index 0cb45c1..01d1803 100644 --- a/cmd/dwelling-radiodj/main.go +++ b/cmd/dwelling-radiodj/main.go @@ -63,6 +63,8 @@ func main() { r.Handler(http.MethodGet, "/status", djh.Status) + r.Handler(http.MethodGet, "/mostlistenedsong", djh.MostListenedSong) + srv := ihttp.NewHttpServer(r) if err := srv.Start(*listenAddress); err != nil {