From 89f9cda6f49fbe9966385690c567e42206ab8fde Mon Sep 17 00:00:00 2001 From: Bitkarrot <73979971+bitkarrot@users.noreply.github.com> Date: Mon, 6 Mar 2023 23:24:13 -0800 Subject: [PATCH] remove trailing slashes for redirect --- __init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/__init__.py b/__init__.py index 89734b0..4ef4c7d 100644 --- a/__init__.py +++ b/__init__.py @@ -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", } ]