This commit is contained in:
arcbtc 2023-12-08 22:09:40 +00:00
parent 551d77a7d9
commit 5ca331134c
7 changed files with 11 additions and 13 deletions

View file

@ -12,7 +12,7 @@ from fastapi.responses import JSONResponse
db = Database("ext_temp")
temp_ext: APIRouter = APIRouter(
prefix="/temp", tags=["Temp"]
prefix="/temp", tags=["temp"]
)
temp_static_files = [
@ -23,7 +23,7 @@ temp_static_files = [
]
def template_renderer():
return template_renderer(["temp/temps"])
return template_renderer(["temp/templates"])
from .lnurl import *
from .tasks import wait_for_paid_invoices