From cc95a3da31ad8c60dc2942d9698446e61ac0f136 Mon Sep 17 00:00:00 2001 From: Steven Date: Thu, 7 Sep 2023 14:00:48 +1000 Subject: [PATCH] update feature branch to point to dev data --- services/Http.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/Http.js b/services/Http.js index 510d8e92..ebbc3acf 100755 --- a/services/Http.js +++ b/services/Http.js @@ -31,8 +31,8 @@ const getBaseUrl = () => { baseUrl = process.env.DATA_BASE_URL } - // WORKAROUND: for testing in preview branch: https://feature-191-in-power-series.opennem-fe-bl7.pages.dev - if (host && host.startsWith('feature-191-in-power-series')) { + // for testing in preview branch + if (host && host.startsWith('feature-203-time-of-day-plot')) { baseUrl = `https://data.dev.opennem.org.au/` }