wrong route syntax

This commit is contained in:
Diego Imbert
2026-04-01 14:56:11 +02:00
parent 99544e90cb
commit 838e982699
+1 -1
View File
@@ -96,7 +96,7 @@ pub fn global_service() -> Router {
post(setup_custom_instance_pg_database),
)
.route(
"/drop_custom_instance_pg_database/:name",
"/drop_custom_instance_pg_database/{name}",
post(drop_custom_instance_pg_database),
)
.route(