From ea7cde069b628376a33e47745da502485376c267 Mon Sep 17 00:00:00 2001 From: Bryan Date: Sun, 20 Dec 2020 10:22:21 -0600 Subject: [PATCH] working through bug --- trigger.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trigger.html b/trigger.html index 915699d..fb2f4e9 100644 --- a/trigger.html +++ b/trigger.html @@ -299,7 +299,7 @@ let deviceID = ""; let delay = ""; let apiKey = ""; - const unlockUrl = "https://ths.tnet.space/cgi-bin/doorcontrol-cgi/unlock-main.cgi"; + const unlockUrl = "https://ths.tnet.space/cgi-bin/unlock-main.cgi"; // const unlockUrl = "https://ths.tnet.space/cgi-bin/doorcontrol-cgi/test.cgi"; // make fetch function that calls cgi script with attributes (device id, api key, delay)