Skip to content

Commit e7ffe2f

Browse files
authored
Merge pull request #8 from uvarc/workshop-visualization
change backend url
2 parents 4110b71 + 3cf1ee6 commit e7ffe2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 = 'http://localhost:5000';
7+
const backendUrl = 'https://uvarc-unified-service-prod.pods.uvarc.io';
88

99
let currentCtxId = 'chart';
1010

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 = 'http://localhost:5000';
3+
const backendUrl = 'https://uvarc-unified-service-prod.pods.uvarc.io';
44

55
const charts = {};
66

0 commit comments

Comments
 (0)