name delete if 0 attributions

This commit is contained in:
2026-04-09 19:29:12 +02:00
parent ab01d0d275
commit 3f98a10df8
4 changed files with 61 additions and 3 deletions

View File

@@ -34,6 +34,7 @@ pub fn pages() -> Router {
.route("/persons/create", post(persons::create))
.route("/persons/{id}", get(persons::profile::page))
.route("/persons/{id}/add-name", post(persons::profile::add_name))
.route("/names/{id}/delete", post(persons::profile::delete_name))
//
.route("/logs", get(logs::page))
//