Skip to content

Commit

Permalink
Merge pull request #251 from ksprabin/feature/dfa_cleanup
Browse files Browse the repository at this point in the history
Feature/dfa cleanup
  • Loading branch information
ksprabin authored Oct 18, 2023
2 parents 167f517 + 979cc85 commit 46a00aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion landing-page/src/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@

</style>
<script type="text/javascript">
var apiUrl = 'https://dfa-portal-dev.apps.silver.devops.gov.bc.ca/api/eligibility/checkEventsAvailable';
var apiUrl = 'https://dfa-portal-test.apps.silver.devops.gov.bc.ca/api/eligibility/checkEventsAvailable';

fetch(apiUrl, {
method: "GET", mode: 'cors'
Expand Down

0 comments on commit 46a00aa

Please sign in to comment.