diff --git a/internal/http/handlers.go b/internal/http/handlers.go index f57cdb7..bc22c3f 100644 --- a/internal/http/handlers.go +++ b/internal/http/handlers.go @@ -22,10 +22,6 @@ func NewHandlers(conf *configuration.Configuration) *Handlers { return &Handlers{conf: conf} } -func (h *Handlers) AssetsFS() http.FileSystem { - return web.Assets() -} - func (h *Handlers) Index(w http.ResponseWriter, r *http.Request) { status, err := radio.IcecastGetStatus(h.conf.Icecast.URL) if err != nil {