File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ During this class we will:
6363
6464 var email = emailInput .value ;
6565 localStorage .setItem (' email' , email);
66- fetch (` https://f5xclabmgmt.emea-ent .f5demos.com/v1/student/f5xcemeaworkshop/${ btoa (email)} ` , {
66+ fetch (` https://f5xclabmgmt.emea.f5demos.com/v1/student/f5xcemeaworkshop/${ btoa (email)} ` , {
6767 method: ' GET' ,
6868 headers: {
6969 ' Content-Type' : ' application/json'
Original file line number Diff line number Diff line change 3030
3131 var email = emailInput .value ;
3232 localStorage .setItem (' email' , email);
33- fetch (` https://f5xclabmgmt.emea-ent .f5demos.com/v1/student/f5xcemeaworkshop/${ btoa (email)} ` , {
33+ fetch (` https://f5xclabmgmt.emea.f5demos.com/v1/student/f5xcemeaworkshop/${ btoa (email)} ` , {
3434 method: ' GET' ,
3535 headers: {
3636 ' Content-Type' : ' application/json'
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ During this class we will:
6969
7070 var email = emailInput .value ;
7171 localStorage .setItem (' email' , email);
72- fetch (` https://f5xclabmgmt.emea-ent .f5demos.com/v1/student/f5xcemeaworkshop/${ btoa (email)} ` , {
72+ fetch (` https://f5xclabmgmt.emea.f5demos.com/v1/student/f5xcemeaworkshop/${ btoa (email)} ` , {
7373 method: ' GET' ,
7474 headers: {
7575 ' Content-Type' : ' application/json'
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ If you have reached this stage after finishing **Class 1** you can simply contin
3131
3232 var email = emailInput .value ;
3333 localStorage .setItem (' email' , email);
34- fetch (` https://f5xclabmgmt.emea-ent .f5demos.com/v1/student/${ btoa (email)} ` , {
34+ fetch (` https://f5xclabmgmt.emea.f5demos.com/v1/student/${ btoa (email)} ` , {
3535 method: ' GET' ,
3636 headers: {
3737 ' Content-Type' : ' application/json'
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ During this class we will:
5555
5656 var email = emailInput .value ;
5757 localStorage .setItem (' email' , email);
58- fetch (` https://f5xclabmgmt.emea-ent .f5demos.com/v1/student/f5xcemeaworkshop/${ btoa (email)} ` , {
58+ fetch (` https://f5xclabmgmt.emea.f5demos.com/v1/student/f5xcemeaworkshop/${ btoa (email)} ` , {
5959 method: ' GET' ,
6060 headers: {
6161 ' Content-Type' : ' application/json'
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ If you have reached this stage after finishing **Class 2** you can simply contin
3131
3232 var email = emailInput .value ;
3333 localStorage .setItem (' email' , email);
34- fetch (` https://f5xclabmgmt.emea-ent .f5demos.com/v1/student/${ btoa (email)} ` , {
34+ fetch (` https://f5xclabmgmt.emea.f5demos.com/v1/student/${ btoa (email)} ` , {
3535 method: ' GET' ,
3636 headers: {
3737 ' Content-Type' : ' application/json'
You can’t perform that action at this time.
0 commit comments