From f643e8cb1a73f9cbf739eabad66d273924cd19a4 Mon Sep 17 00:00:00 2001 From: Jon Ziebell Date: Fri, 20 Oct 2023 06:25:17 -0400 Subject: [PATCH] Minor URL update --- api/ecobee.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/ecobee.php b/api/ecobee.php index a9cdc46..127cf69 100644 --- a/api/ecobee.php +++ b/api/ecobee.php @@ -59,7 +59,7 @@ class ecobee extends external_api { * credentials and approve the app. */ if($ecobee_token['ecobee_account_id'] === 'd90d2785-890b-4743-8b51-477020a7f6e9') { - header('Location: https://demo.beestat.io'); + header('Location: https://demo.beestat.io/'); die(); }