Skip to content

Commit 3aa2d6f

Browse files
authored
Merge pull request #246 from f5devcentral:nginx-apid
fix-lab
2 parents 8a6597a + 4913d7c commit 3aa2d6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/_static/js/data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ getDataBtn.onclick = function() {
434434
var email = emailInput.value;
435435
localStorage.setItem('email', email);
436436

437-
fetch(`https://f5xclabmgmt.emea-ent.f5demos.com/v1/student/${courseId}/${btoa(email)}`, {
437+
fetch(`https://f5xclabmgmt.emea.f5demos.com/v1/student/${courseId}/${btoa(email)}`, {
438438
method: 'GET',
439439
headers: {
440440
'Content-Type': 'application/json'

0 commit comments

Comments
 (0)