Skip to content

Commit

Permalink
update feature branch to point to dev data
Browse files Browse the repository at this point in the history
  • Loading branch information
chienleng committed Sep 7, 2023
1 parent 4d4b66c commit cc95a3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/Http.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/`
}

Expand Down

0 comments on commit cc95a3d

Please sign in to comment.