File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22from typing import List
33
44from fastapi import APIRouter
5- from fastapi .staticfiles import StaticFiles
65
76from lnbits .db import Database
87from lnbits .helpers import template_renderer
1514splitpayments_static_files = [
1615 {
1716 "path" : "/splitpayments/static" ,
18- "app" : StaticFiles (packages = [("lnbits" , "extensions/splitpayments/static" )]),
1917 "name" : "splitpayments_static" ,
2018 }
2119]
2523
2624
2725def splitpayments_renderer ():
28- return template_renderer (["lnbits/extensions/ splitpayments/templates" ])
26+ return template_renderer (["splitpayments/templates" ])
2927
3028
3129from .tasks import wait_for_paid_invoices
Original file line number Diff line number Diff line change 22 "name" : " Split Payments" ,
33 "short_description" : " Split incoming payments across wallets" ,
44 "tile" : " /splitpayments/static/image/split-payments.png" ,
5- "contributors" : [" fiatjaf" , " cryptograffiti" ]
5+ "contributors" : [" fiatjaf" , " cryptograffiti" ],
6+ "min_lnbits_version" : " 0.11.0"
67}
You can’t perform that action at this time.
0 commit comments