diff --git a/modules/orgs/src/lib.rs b/modules/orgs/src/lib.rs index 30f2143f..a6f5d2c9 100644 --- a/modules/orgs/src/lib.rs +++ b/modules/orgs/src/lib.rs @@ -82,15 +82,13 @@ fn generate_http_binding( Request { inherit: false, expects_response: None, - ipc: Some( - json!({ - "action": "bind-app", + ipc: Some(json!({ + "BindPath": { "path": path, - "app": "orgs", - "authenticated": authenticated - }) - .to_string(), - ), + "authenticated": authenticated, + "local_only": false + } + }).to_string()), metadata: None, }, None,