From b3de779ff7b482611f60180151f9766289abfbb7 Mon Sep 17 00:00:00 2001 From: Jaxon Date: Sat, 28 Sep 2024 08:50:21 -0600 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}`); }