diff --git a/index.html b/index.html index 9893b37..272a90e 100644 --- a/index.html +++ b/index.html @@ -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}`); }