Skip to content

Commit

Permalink
fix: use self-hosted universal resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
martines3000 committed Sep 1, 2023
1 parent b10513e commit 7edfa44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dapp/src/app/api/proxy/uniresolver/[did]/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const CORS_HEADERS = {
'Access-Control-Allow-Headers': 'Content-Type',
};

const UNIRESOLVER_URL = 'https://uniresolver.io/1.0/identifiers';
const UNIRESOLVER_URL = 'https://resolver.masca.io/1.0/identifiers';

export async function GET(
_: NextRequest,
Expand Down

0 comments on commit 7edfa44

Please sign in to comment.