test redirects
This commit is contained in:
parent
a665714978
commit
afd1cece0b
2 changed files with 11 additions and 9 deletions
|
|
@ -20,11 +20,8 @@ lnurlp_static_files = [
|
|||
|
||||
lnurlp_redirect_paths = [
|
||||
{
|
||||
"from_path": "/.well-known/lnurlp",
|
||||
"redirect_to_path": "/api/v1/well-known",
|
||||
"header_filters": {
|
||||
"accept": "application/lnurlp+json"
|
||||
}
|
||||
"from_path": "/.well-known/lnurlp/",
|
||||
"redirect_to_path": "/api/v1/well-known/{username}",
|
||||
}
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue