server to baseURL

This commit is contained in:
Ben Arc 2021-12-16 17:07:23 +00:00
parent cee82abb54
commit 13a34d78e2

View File

@ -133,7 +133,7 @@
>
<div class="text-h6">Copy to LNURLPoS device</div>
<div class="text-subtitle2">
{% raw %} String server =
{% raw %} String baseURL =
"{{location}}/lnurlpos/api/v1/lnurl/{{settingsDialog.data.id}}";<br />
String key = "{{settingsDialog.data.key}}";<br />
String currency = "{{settingsDialog.data.currency}}";{% endraw %}