diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-12-06 12:20:39 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-06 12:20:39 -0800 |
commit | 47771b906658d56106c7e78efcd46524eebfb358 (patch) | |
tree | c9802e5a921ff6debe569c258a2dac3109cfd7a8 /src | |
parent | 6335be14e17c7bf1a36e9103148277717e3a7a90 (diff) | |
download | voidsky-47771b906658d56106c7e78efcd46524eebfb358.tar.zst |
Update pwi endpoint (#2116)
Diffstat (limited to 'src')
-rw-r--r-- | src/state/queries/index.ts | 2 |
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 = { |