This commit is contained in:
phil 2025-01-28 20:05:56 +01:00
parent 025a7da07f
commit 889c62f51e
2 changed files with 2 additions and 1 deletions

View file

@ -58,7 +58,7 @@ async function get_resource(id: string) {
<button @click="logout" class="logout">Logout</button>
</div>
<hr>
<p class="center">Fetch resources from a resource server with the authentication token:</p>
<p class="center">Fetch resources from a resource server (at {{ settings.url }}) with the authentication token:</p>
<div class="actions">
<button @click="get_resource('time')">Time</button>
<button @click="get_resource('bs')">BS</button>