From 40a85dfc8d6f36df0d28b829e69c20e0d586bc4d Mon Sep 17 00:00:00 2001 From: Bryan Date: Sun, 20 Dec 2020 01:41:13 -0600 Subject: [PATCH] testing --- trigger.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/trigger.html b/trigger.html index ff0f043..bd4c438 100644 --- a/trigger.html +++ b/trigger.html @@ -299,7 +299,8 @@ 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/doorcontrol-cgi/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) const unlockDoor = (dID, aK, d) => {