feat: use 1.4.0 dynamic extension loading (#116)
* feat: use 1.4.0 dynamic extension loading and go through extension todo: https://github.com/lnbits/lnbits/issues/3652
This commit is contained in:
parent
a1a55cb974
commit
33b06bcd9b
18 changed files with 1622 additions and 1599 deletions
14
static/routes.json
Normal file
14
static/routes.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[
|
||||
{
|
||||
"path": "/lnurlp/",
|
||||
"name": "PageLnurlp",
|
||||
"template": "/lnurlp/static/index.vue",
|
||||
"component": "/lnurlp/static/index.js"
|
||||
},
|
||||
{
|
||||
"path": "/lnurlp/link/:id",
|
||||
"name": "PageLnurlpPublic",
|
||||
"template": "/lnurlp/static/display.vue",
|
||||
"component": "/lnurlp/static/display.js"
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue