1
0
mirror of https://github.com/beestat/app.git synced 2025-05-24 02:14:03 -04:00

Minor URL update

This commit is contained in:
Jon Ziebell 2023-10-20 06:25:17 -04:00
parent 5e2a30989a
commit f643e8cb1a

View File

@ -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();
}