diff --git a/internal/http/handlers.go b/internal/http/handlers.go index 2156d64..1134521 100644 --- a/internal/http/handlers.go +++ b/internal/http/handlers.go @@ -227,10 +227,6 @@ func Error(w http.ResponseWriter, r *http.Request, code int, reason string) { web.ErrorXXX(utils.MainSite(r.Host), code, reason, w) } -func AssetsFS() http.FileSystem { - return web.Assets() -} - func RobotsTxt(w http.ResponseWriter, r *http.Request) { data, _ := web.AssetsGetFile("robots.txt") w.Write(data)