From a665714978ef23fb3b00cc2aada3ed2ddad9d27c Mon Sep 17 00:00:00 2001 From: bitkarrot <73979971+bitkarrot@users.noreply.github.com> Date: Thu, 2 Mar 2023 22:40:43 -0800 Subject: [PATCH] add lnurlp to application/json --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index 0d6bb20..c83d46b 100644 --- a/__init__.py +++ b/__init__.py @@ -23,7 +23,7 @@ lnurlp_redirect_paths = [ "from_path": "/.well-known/lnurlp", "redirect_to_path": "/api/v1/well-known", "header_filters": { - "accept": "application/json" + "accept": "application/lnurlp+json" } } ]