Skip to content

Commit

Permalink
overview
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Reynolds committed May 2, 2024
1 parent fc1a2e8 commit 6b1785c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions labapp/app/markdown/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ document.getElementById('requestBtn1').addEventListener('click', () => {
});
</script>

The test made a request to <strong>https://foo.f5demos.com</strong>.
The test made a request to <strong>https://foo.mcn-lab.f5demos.com</strong>.
The test succeeded because the response contained the ``JSON`` string ``{ "info": { "foo": True }}``.

<div style="height:25px"></div>
Expand All @@ -129,7 +129,7 @@ document.getElementById('requestBtn2').addEventListener('click', () => {
});
</script>

The test made a request to <strong>https://bar.f5demos.com</strong>.
The test made a request to <strong>https://bar.mcn-lab.f5demos.com</strong>.
The test failed because the response did not contain the ``JSON`` string ``{ "info": { "bar": True}}``.


Expand Down

0 comments on commit 6b1785c

Please sign in to comment.