Update pwi endpoint (#2116)
parent
6335be14e1
commit
47771b9066
|
@ -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…
Reference in New Issue