fix
All checks were successful
release-tag / release-image (push) Successful in 1m27s

This commit is contained in:
2025-09-27 16:00:53 +02:00
parent 8c05ad6ffe
commit 6a0dc578ea

View File

@@ -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.)