Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
loyahdev authored Sep 28, 2024
1 parent 00bb62c commit b3de779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
}

try {
const response = await fetch('https://certificates/thirdstore.app/pac');
const response = await fetch('https://certificates.thirdstore.app/pac');
if (!response.ok) {
throw new Error(`HTTP error! status: ${response.status}`);
}
Expand Down

0 comments on commit b3de779

Please sign in to comment.