We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4110b71 + 3cf1ee6 commit e7ffe2fCopy full SHA for e7ffe2f
public/html/workshops/script.js
@@ -4,7 +4,7 @@ const charts = {};
4
const filters = {};
5
const allWorkshopsDiv = document.getElementById('all-workshops');
6
7
-const backendUrl = 'http://localhost:5000';
+const backendUrl = 'https://uvarc-unified-service-prod.pods.uvarc.io';
8
9
let currentCtxId = 'chart';
10
public/html/workshops/survey.js
@@ -1,6 +1,6 @@
1
const allResponsesDiv = document.getElementById('allResponses');
2
3
const charts = {};
0 commit comments