* feat: use 1.4.0 dynamic extension loading and go through extension todo: https://github.com/lnbits/lnbits/issues/3652
14 lines
313 B
JSON
14 lines
313 B
JSON
[
|
|
{
|
|
"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"
|
|
}
|
|
]
|