updated dependencies application wide

This commit is contained in:
Per Stark
2025-04-24 13:50:20 +02:00
parent ce006f6ecc
commit 776a454a88
23 changed files with 1315 additions and 852 deletions

View File

@@ -15,7 +15,7 @@ where
Router::new()
.route("/content", get(show_content_page))
.route(
"/content/:id",
"/content/{id}",
get(show_text_content_edit_form)
.patch(patch_text_content)
.delete(delete_text_content),