mirror of
https://github.com/Theodor-Springmann-Stiftung/lenz-web.git
synced 2026-03-21 05:45:32 +00:00
cmt move
This commit is contained in:
@@ -5,7 +5,7 @@ import (
|
|||||||
"github.com/labstack/echo/v5"
|
"github.com/labstack/echo/v5"
|
||||||
)
|
)
|
||||||
|
|
||||||
func MapStatic(e *echo.Echo) {
|
|
||||||
// INFO: Static files here:
|
// INFO: Static files here:
|
||||||
|
func MapStatic(e *echo.Echo) {
|
||||||
e.StaticFS("/public", templates.PublicFS)
|
e.StaticFS("/public", templates.PublicFS)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user