From e2828674f3f25f4150b7fe64c9c559c5da9cdd61 Mon Sep 17 00:00:00 2001 From: Bryan Date: Sun, 20 Dec 2020 01:43:02 -0600 Subject: [PATCH] testing --- trigger.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trigger.html b/trigger.html index bd4c438..edd2517 100644 --- a/trigger.html +++ b/trigger.html @@ -299,8 +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/test.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) => {