diff --git a/server/endpoints.go b/server/endpoints.go index f5df9b6..63de435 100644 --- a/server/endpoints.go +++ b/server/endpoints.go @@ -5,7 +5,7 @@ import ( "github.com/labstack/echo/v5" ) +// INFO: Static files here: func MapStatic(e *echo.Echo) { - // INFO: Static files here: e.StaticFS("/public", templates.PublicFS) }