We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11f79c6 commit 2d3247fCopy full SHA for 2d3247f
PinkSea.Frontend/src/api/atproto/client.ts
@@ -1,6 +1,6 @@
1
import { CredentialManager, XRPC } from '@atcute/client'
2
3
-export const serviceEndpoint = 'https://api.pinksea.art'
+export const serviceEndpoint = 'http://localhost:5084'
4
5
const manager = new CredentialManager({
6
service: serviceEndpoint,
0 commit comments