I want them to turn black
This commit is contained in:
@@ -8,17 +8,11 @@ from lnbits.helpers import template_renderer
|
||||
db = Database("ext_satspay")
|
||||
|
||||
|
||||
satspay_ext: APIRouter = APIRouter(
|
||||
prefix="/satspay",
|
||||
tags=["satspay"]
|
||||
)
|
||||
satspay_ext: APIRouter = APIRouter(prefix="/satspay", tags=["satspay"])
|
||||
|
||||
|
||||
def satspay_renderer():
|
||||
return template_renderer(
|
||||
[
|
||||
"lnbits/extensions/satspay/templates",
|
||||
]
|
||||
)
|
||||
return template_renderer(["lnbits/extensions/satspay/templates"])
|
||||
|
||||
|
||||
from .views_api import * # noqa
|
||||
|
||||
Reference in New Issue
Block a user