mirror of
https://github.com/uqbar-dao/nectar.git
synced 2025-01-01 21:14:10 +03:00
fix orgs bindings
This commit is contained in:
parent
498daadc82
commit
3566ef45fd
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user