diff --git a/server.go b/server.go index 566d22b..3441748 100644 --- a/server.go +++ b/server.go @@ -121,7 +121,6 @@ func handleFormulaires(c echo.Context) error { func handleStaticCSSIndex(c echo.Context) error { // TODO Ajouter gestion d'erreurs - // TODO Ajouter support pour fichiers SCSS data, _ := embedFS.ReadFile("css/index.css") return c.Blob(http.StatusOK, "text/css", data) }