File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ const charts = {};
44const filters = { } ;
55const allWorkshopsDiv = document . getElementById ( 'all-workshops' ) ;
66
7- const backendUrl = window . location . origin === 'http://localhost:3000' ? 'http://localhost:5000' : 'https://uvarc-unified-service-prod .pods.uvarc.io' ;
7+ const backendUrl = window . location . origin === 'http://localhost:3000' ? 'http://localhost:5000' : 'https://uvarc-unified-service-test .pods.uvarc.io' ;
88// const backendUrl = 'https://uvarc-unified-service-test.pods.uvarc.io';
99
1010let currentCtxId = 'chart' ;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ const charts = {};
44const filters = { } ;
55const allWorkshopsDiv = document . getElementById ( 'all-workshops' ) ;
66
7- const backendUrl = window . location . origin === 'http://localhost:3000' ? 'http://localhost:5000' : 'https://uvarc-unified-service-prod .pods.uvarc.io' ;
7+ const backendUrl = window . location . origin === 'http://localhost:3000' ? 'http://localhost:5000' : 'https://uvarc-unified-service-test .pods.uvarc.io' ;
88// const backendUrl = 'https://uvarc-unified-service-test.pods.uvarc.io';
99
1010let currentCtxId = 'chart' ;
Original file line number Diff line number Diff line change 11const allResponsesDiv = document . getElementById ( 'allResponses' ) ;
22
3- const backendUrl = window . location . origin === 'http://localhost:3000' ? 'http://localhost:5000' : 'https://uvarc-unified-service-prod .pods.uvarc.io' ;
3+ const backendUrl = window . location . origin === 'http://localhost:3000' ? 'http://localhost:5000' : 'https://uvarc-unified-service-test .pods.uvarc.io' ;
44// const backendUrl = 'https://uvarc-unified-service-test.pods.uvarc.io';
55
66const charts = { } ;
You can’t perform that action at this time.
0 commit comments