- add --root-path to lnbits application start to use in uvicorn
- utils.urlFor is aware of root-path
- api.request is aware of root-path
TODO: dynamic component loading kinda works, but older extension loading
is curently broken because of path issues on `normalize_path`
unhardcode api
fixup nocache
unhardcode
feat: adding root path functionality
- add --root-path to lnbits application start to use in uvicorn
- utils.urlFor is aware of root-path
- api.request is aware of root-path
TODO: dynamic component loading kinda works, but older extension loading
is curently broken because of path issues on `normalize_path`