We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a6597a + 4913d7c commit 3aa2d6fCopy full SHA for 3aa2d6f
1 file changed
docs/_static/js/data.js
@@ -434,7 +434,7 @@ getDataBtn.onclick = function() {
434
var email = emailInput.value;
435
localStorage.setItem('email', email);
436
437
- fetch(`https://f5xclabmgmt.emea-ent.f5demos.com/v1/student/${courseId}/${btoa(email)}`, {
+ fetch(`https://f5xclabmgmt.emea.f5demos.com/v1/student/${courseId}/${btoa(email)}`, {
438
method: 'GET',
439
headers: {
440
'Content-Type': 'application/json'
0 commit comments