Skip to content

Commit

Permalink
chore: Update Index.cshtml to include environment information
Browse files Browse the repository at this point in the history
  • Loading branch information
MSFTJim authored Aug 9, 2024
1 parent e4e1ede commit 7c3c22c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions frontend/Pages/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,10 @@
<p>July 2024</p>
<p><a href="https://cocktail-api.azurewebsites.net/cocktails">Hit the API directly!</a></p>
</div>

<environment include="Development">
<div>Environment is Development</div>
</environment>
<environment exclude="Development">
<div>Environment is NOT Development</div>
</environment>

0 comments on commit 7c3c22c

Please sign in to comment.