add api docs button

This commit is contained in:
dni ⚡ 2022-11-07 13:31:42 +01:00
parent c3ef4d7260
commit 0ea225b87e

View File

@ -199,6 +199,18 @@
>
</q-toolbar-title>
<q-space></q-space>
<q-btn
flat
dense
:color="($q.dark.isActive) ? 'white' : 'primary'"
type="a"
href="/docs"
target="_blank"
rel="noopener"
>
API DOCS
<q-tooltip>View LNbits Swagger API docs</q-tooltip>
</q-btn>
<q-btn
flat
dense