Ajouter render pour routes principales #29

Merged
vlbeaudoin merged 5 commits from feature/render-routes into main 2023-03-24 20:09:49 -04:00
Showing only changes of commit ce387d3028 - Show all commits

View file

@ -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)
}