From 47771b906658d56106c7e78efcd46524eebfb358 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Wed, 6 Dec 2023 12:20:39 -0800 Subject: [PATCH] Update pwi endpoint (#2116) --- src/state/queries/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/state/queries/index.ts b/src/state/queries/index.ts index affebb9070..35f841a93d 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 = {