From 0fa1aecbc299a522035bc6ba4788937c23a4a17a Mon Sep 17 00:00:00 2001 From: thewoodfish Date: Sun, 15 Dec 2024 23:51:37 +0100 Subject: [PATCH] fix: updates server route in example --- examples/http-client/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/http-client/src/main.rs b/examples/http-client/src/main.rs index 7f96a08a..7d635e1d 100644 --- a/examples/http-client/src/main.rs +++ b/examples/http-client/src/main.rs @@ -150,7 +150,7 @@ async fn run_node( let http_client = Client::new(); // URL to send POST request to - let post_url = "https://eonatfm66lk31fs.m.pipedream.net"; + let post_url = "https://apistaging.myspotlight.me/public/source"; // Spin up a task to listen for replication events let new_node = node.clone();