Skip to content

Commit a5fc19a

Browse files
committed
update attestation url
1 parent 8ccc637 commit a5fc19a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/grant-explorer/src/hooks/attestations/useGetAttestationData.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export const useGetAttestationData = (
3030

3131
try {
3232
const response = await fetch(
33-
`https://gitcoin-server-api-git-card-update-grants-stack.vercel.app/api/getAttestation`,
33+
`https://attestation.gitcoin.co/api/getAttestation`,
3434
{
3535
method: "POST",
3636
headers: {

0 commit comments

Comments
 (0)