fix login url
This commit is contained in:
parent
8b7013709d
commit
3b39dcc283
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ impl BlueSkyClient {
|
||||||
};
|
};
|
||||||
let body = serde_json::to_string(&server_create_session)?;
|
let body = serde_json::to_string(&server_create_session)?;
|
||||||
let token: Token = client
|
let token: Token = client
|
||||||
.post("https://bsky.social/xrpc/com.atproto.repo.createRecord")
|
.post("https://bsky.social/xrpc/com.atproto.server.createSession")
|
||||||
.body(body)
|
.body(body)
|
||||||
.send()
|
.send()
|
||||||
.await?
|
.await?
|
||||||
|
|
Loading…
Reference in a new issue