fix redirect paths

This commit is contained in:
bitkarrot 2023-03-05 21:24:54 -08:00
commit 8082913eba
2 changed files with 3 additions and 8 deletions

View file

@ -20,8 +20,8 @@ lnurlp_static_files = [
lnurlp_redirect_paths = [
{
"from_path": "/.well-known/lnurlp/two",
"redirect_to_path": "/api/v1/well-known/two",
"from_path": "/.well-known/lnurlp/",
"redirect_to_path": "/api/v1/well-known/",
}
]