Skip to content

Commit 4c068dc

Browse files
authored
Merge pull request #20 from uvarc/workshop-visualization
move to test backend
2 parents 88dd4b4 + f3782c3 commit 4c068dc

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

public/html/workshops/departments.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const charts = {};
44
const filters = {};
55
const 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

1010
let currentCtxId = 'chart';

public/html/workshops/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const charts = {};
44
const filters = {};
55
const 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

1010
let currentCtxId = 'chart';

public/html/workshops/survey.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const 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

66
const charts = {};

0 commit comments

Comments
 (0)