We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/info
sync
1 parent 5d57c82 commit 93172f8Copy full SHA for 93172f8
libsql/src/database/builder.rs
@@ -372,7 +372,7 @@ cfg_replication! {
372
} else {
373
url.to_string()
374
};
375
- let req = http::Request::get(format!("{prefix}/sync/0/0/0"))
+ let req = http::Request::get(format!("{prefix}/info"))
376
.header("Authorization", format!("Bearer {}", auth_token))
377
.body(hyper::Body::empty())
378
.unwrap();
0 commit comments