Fix: Change API ROOT to API host in footer

This commit is contained in:
karmaking 2023-10-23 11:25:34 +02:00
parent 7fd8530f29
commit 0668febbd0

View File

@ -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>