Fixed path for extension templates
This commit is contained in:
@@ -22,7 +22,7 @@ splitpayments_ext: APIRouter = APIRouter(
|
||||
|
||||
|
||||
def splitpayments_renderer():
|
||||
return template_renderer([StaticFiles(packages=[("lnbits", "extensions/splitpayments/static/templates")])])
|
||||
return template_renderer(["lnbits/extensions/splitpayments/templates"])
|
||||
|
||||
|
||||
from .tasks import wait_for_paid_invoices
|
||||
|
||||
Reference in New Issue
Block a user