parent
619e0f05e2
commit
f369e2fdac
20 changed files with 77 additions and 117 deletions
3
views.py
3
views.py
|
|
@ -6,12 +6,11 @@ from fastapi import Request
|
|||
from fastapi.param_functions import Query
|
||||
from fastapi.params import Depends
|
||||
from fastapi.templating import Jinja2Templates
|
||||
from starlette.responses import HTMLResponse
|
||||
|
||||
from lnbits.core.crud import update_payment_status
|
||||
from lnbits.core.models import User
|
||||
from lnbits.core.views.api import api_payment
|
||||
from lnbits.decorators import check_admin, check_user_exists
|
||||
from starlette.responses import HTMLResponse
|
||||
|
||||
from . import nostr_renderer, nostrclient_ext
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue