mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-05 16:03:47 +00:00
wrong route syntax
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user