Skip to content

Commit

Permalink
fix: updates server route in example
Browse files Browse the repository at this point in the history
  • Loading branch information
thewoodfish committed Dec 15, 2024
1 parent 12188eb commit 0fa1aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/http-client/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 0fa1aec

Please sign in to comment.