about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-12-06 12:20:39 -0800
committerGitHub <noreply@github.com>2023-12-06 12:20:39 -0800
commit47771b906658d56106c7e78efcd46524eebfb358 (patch)
treec9802e5a921ff6debe569c258a2dac3109cfd7a8 /src
parent6335be14e17c7bf1a36e9103148277717e3a7a90 (diff)
downloadvoidsky-47771b906658d56106c7e78efcd46524eebfb358.tar.zst
Update pwi endpoint (#2116)
Diffstat (limited to 'src')
-rw-r--r--src/state/queries/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state/queries/index.ts b/src/state/queries/index.ts
index affebb907..35f841a93 100644
--- a/src/state/queries/index.ts
+++ b/src/state/queries/index.ts
@@ -1,7 +1,7 @@
 import {BskyAgent} from '@atproto/api'
 
 export const PUBLIC_BSKY_AGENT = new BskyAgent({
-  service: 'https://api.bsky.app',
+  service: 'https://public.api.bsky.app',
 })
 
 export const STALE = {