Skip to content

Commit

Permalink
Merge pull request #90 from pappyangel/SQLInjection
Browse files Browse the repository at this point in the history
chore: Update Index.cshtml to include environment information
  • Loading branch information
timrobertsusa authored Aug 9, 2024
2 parents 5f916a2 + ce090a9 commit aca453e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/Pages/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
<div>Environment is NOT Development</div>
</environment>

<div> Environment: @Model.envEnvironment </div>
<div> API Url: @Model.envAPIProductionUrl </div>
@* <div> Environment: @Model.envEnvironment </div>
<div> API Url: @Model.envAPIProductionUrl </div> *@

0 comments on commit aca453e

Please sign in to comment.