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.
1 parent d251076 commit 4913d7cCopy full SHA for 4913d7c
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