remove trailing slashes for redirect
This commit is contained in:
parent
572ab62a02
commit
89f9cda6f4
1 changed files with 2 additions and 2 deletions
|
|
@ -20,8 +20,8 @@ lnurlp_static_files = [
|
||||||
|
|
||||||
lnurlp_redirect_paths = [
|
lnurlp_redirect_paths = [
|
||||||
{
|
{
|
||||||
"from_path": "/.well-known/lnurlp/",
|
"from_path": "/.well-known/lnurlp",
|
||||||
"redirect_to_path": "/api/v1/well-known/",
|
"redirect_to_path": "/api/v1/well-known",
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue