Skip to content

Commit

Permalink
Fix: Change API ROOT to API host in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
karmaking committed Oct 23, 2023
1 parent 7fd8530 commit 0668feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apimanager/base/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
<footer>
<div class="container">
<p class="text-muted">
<a title="API ROOT" href="{{ API_ROOT }}">API ROOT: {{ API_ROOT }}</a> |
<a title="API host" href="{{ API_HOST }}">API host: {{ API_HOST }}</a> |
<a title="Open Bank Project" href="https://openbankproject.com?locale=en_GB">Open Bank Project</a> | Powered by <a title="TESOBE" href="http://tesobe.com">TESOBE</a> |
<small>Copyright &copy; 2016 - 2023</small>
</p>
Expand Down

0 comments on commit 0668feb

Please sign in to comment.