diff --git a/cmd/server/main.go b/cmd/server/main.go index d8bb75c..12e860b 100644 --- a/cmd/server/main.go +++ b/cmd/server/main.go @@ -151,7 +151,7 @@ func main() { // force rebuild // Static files - e.Static("/static", "static") + e.Static("/static", "web/static") // Routes h := handlers.SetupRoutes(protected, queries)