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
2 parents 0ef59ff + 93172f8 commit 4ef5e81Copy full SHA for 4ef5e81
libsql/src/database/builder.rs
@@ -374,7 +374,7 @@ cfg_replication! {
374
} else {
375
url.to_string()
376
};
377
- let req = http::Request::get(format!("{prefix}/sync/0/0/0"))
+ let req = http::Request::get(format!("{prefix}/info"))
378
.header("Authorization", format!("Bearer {}", auth_token))
379
.body(hyper::Body::empty())
380
.unwrap();
0 commit comments