Ajouter render pour routes principales #29
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue