Skip to content

Commit 1472c5d

Browse files
authored
Use public.api.bsky.app instead
Much higher rate limits: https://bsky.app/profile/futur.blue/post/3lf3q6hlqgk2o
1 parent 7c6af8e commit 1472c5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bluesky-resolve.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ <h1>Resolve Bluesky handle to DID</h1>
6060
<div id="result"></div>
6161

6262
<script type="module">
63-
const BSKY_URL = 'https://bsky.social/xrpc/com.atproto.identity.resolveHandle'
63+
const BSKY_URL = 'https://public.api.bsky.app/xrpc/com.atproto.identity.resolveHandle'
6464
const form = document.getElementById('resolve-form')
6565
const result = document.getElementById('result')
6666

@@ -84,4 +84,4 @@ <h1>Resolve Bluesky handle to DID</h1>
8484
form.addEventListener('submit', resolveDid)
8585
</script>
8686
</body>
87-
</html>
87+
</html>

0 commit comments

Comments
 (0)