mirror of
https://github.com/stakwork/sphinx-key.git
synced 2026-02-09 09:44:31 +01:00
tester: update ctrl post message route
This commit is contained in:
@@ -43,7 +43,7 @@ async fn main() -> anyhow::Result<()> {
|
||||
.expect("couldnt build reqwest client");
|
||||
|
||||
let res = client
|
||||
.post(format!("{}/control?msg={}", broker_url, msg_hex))
|
||||
.post(format!("{}/control?msg={}&cid={}", broker_url, msg_hex, "2a79fae7f7c5349621242192f8a4a11d"))
|
||||
.header("Content-Type", "application/json")
|
||||
.send()
|
||||
.await?;
|
||||
|
||||
Reference in New Issue
Block a user