diff --git a/internal/admin/admin.go b/internal/admin/admin.go index 2ddc687..2603a72 100644 --- a/internal/admin/admin.go +++ b/internal/admin/admin.go @@ -126,7 +126,7 @@ func Register(mux *http.ServeMux, d Deps) { return } _ = d.Mesh.SyncNow(r.Context()) // best-effort Push - http.Redirect(w, r, "/admin/items", http.StatusSeeOther) + http.Redirect(w, r, "/admin", http.StatusSeeOther) }) // Download (Admin – BasicAuth schützt ggf.)