Merge pull request #465 from arcbtc/FastAPI

changed server to base URL
This commit is contained in:
Arc
2021-12-16 17:14:59 +00:00
committed by GitHub

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 %}