Update pwi endpoint (#2116)
This commit is contained in:
parent
6335be14e1
commit
47771b9066
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
import {BskyAgent} from '@atproto/api'
|
import {BskyAgent} from '@atproto/api'
|
||||||
|
|
||||||
export const PUBLIC_BSKY_AGENT = new BskyAgent({
|
export const PUBLIC_BSKY_AGENT = new BskyAgent({
|
||||||
service: 'https://api.bsky.app',
|
service: 'https://public.api.bsky.app',
|
||||||
})
|
})
|
||||||
|
|
||||||
export const STALE = {
|
export const STALE = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue