Adding qrcodes
This commit is contained in:
parent
0711f583d6
commit
044696ffce
14 changed files with 143 additions and 43 deletions
5
lnurl.py
5
lnurl.py
|
|
@ -1,5 +1,6 @@
|
|||
# Maybe your extensions needs some LNURL stuff, if so checkout LNURLp/LNURLw extensions/lnurl library in LNbits (to keep things simple the below examples are raw LNURLs)
|
||||
|
||||
# Maybe your extensions needs some LNURL stuff.
|
||||
# Here is a very simple example of how to do it.
|
||||
# Feel free to delete this file if you don't need it.
|
||||
|
||||
from http import HTTPStatus
|
||||
from fastapi import Depends, Query, Request
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue