diff --git a/routes/get.go b/routes/get.go index 6836800..814dd7d 100644 --- a/routes/get.go +++ b/routes/get.go @@ -22,7 +22,7 @@ func Get(app *app.App) { return } staticHandler := http.FileServer(http.FS(staticFS)) - http.Handle("/static/", http.StripPrefix("/static/", staticHandler)) + http.Handle("GET /static/", http.StripPrefix("/static/", staticHandler)) slog.Info("serving static files from embedded file system /static") // Pages