quick fix

This commit is contained in:
callebtc 2023-03-15 11:59:31 +01:00
parent d6b4233541
commit 2b838abe3f
2 changed files with 4 additions and 4 deletions

View file

@ -79,7 +79,7 @@
</q-card-section>
<q-card-section>
<div class="text-weight-bold"> Your endpoint:
<q-badge outline class="q-ml-sm text-subtitle2" color="primary" :label="`wss://${host}nostrclient/api/v1/relay`" />
<q-badge outline class="q-ml-sm text-subtitle2" color="primary" :label="`wss://${host}/nostrclient/api/v1/relay`" />
</div>
</q-card-section>
</q-card>
@ -110,7 +110,7 @@
at
<p>
<!-- wss://{{host}}nostrclient/api/v1/relay -->
<q-badge outline class="q-ml-sm text-subtitle2" color="primary" :label="`wss://${host}nostrclient/api/v1/relay`" />
<q-badge outline class="q-ml-sm text-subtitle2" color="primary" :label="`wss://${host}/nostrclient/api/v1/relay`" />
</p>
Only Admin users can manage
this extension.