Skip to content

Commit

Permalink
Fixed test links with localhost in url
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrosousabarreto committed Aug 1, 2023
1 parent d047fce commit fa2020d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/admin-ui/src/app/tests/tests.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@ <h2>Test page <span class="text-secondary">(dev mode enable)</span></h2>


<h2>Quotes</h2>
<a href="http://localhost:4200/quotes/new" class="btn btn-primary btn-block col-md-3" >
<a href="/quotes/new" class="btn btn-primary btn-block col-md-3" >
Create Test Quote
</a>

<hr>

<h2>Transfers</h2>
<a href="http://localhost:4200/transfers/new" class="btn btn-primary btn-block col-md-3" >
<a href="/transfers/new" class="btn btn-primary btn-block col-md-3" >
Create Test Transfer
</a>

<hr>

<h2>Account Lookup Tests</h2>

<a href="http://localhost:4200/account-lookup" class="btn btn-primary btn-block col-md-3" >
<a href="/account-lookup" class="btn btn-primary btn-block col-md-3" >
Account Lookup Dedicated Test Page
</a>

Expand Down

0 comments on commit fa2020d

Please sign in to comment.