remove trailing slashes for redirect

This commit is contained in:
Bitkarrot 2023-03-06 23:24:13 -08:00 committed by GitHub
commit 89f9cda6f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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