mirror of
https://github.com/perstarkse/minne.git
synced 2026-04-26 18:58:29 +02:00
updated dependencies application wide
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user