diff --git a/src/api/fetch-notes.ts b/src/api/fetch-notes.ts index bfcb2fc..a8266f6 100644 --- a/src/api/fetch-notes.ts +++ b/src/api/fetch-notes.ts @@ -8,7 +8,7 @@ export const getServiceEndpoint = async () => { if (serviceEndpoint) { return serviceEndpoint } - const response = await fetch(`https://plc.wtf/${did}`) + const response = await fetch(`https://plc.directory/${did}`) const { service: [{ serviceEndpoint: endpoint }], } = await response.json()