diff --git a/lnbits/extensions/lnurlp/lnurl.py b/lnbits/extensions/lnurlp/lnurl.py index d2018bbe9..cf874035b 100644 --- a/lnbits/extensions/lnurlp/lnurl.py +++ b/lnbits/extensions/lnurlp/lnurl.py @@ -18,9 +18,9 @@ from .crud import increment_pay_link @lnurlp_ext.get( - "/api/v1/lnurl/{link_id}", # Backwards compatibility for old codes (with long URL) + "/api/v1/lnurl/{link_id}", # Backwards compatibility for old LNURLs / QR codes (with long URL) status_code=HTTPStatus.OK, - name="lnurlp.api_lnurl_response", + name="lnurlp.api_lnurl_response.deprecated", ) @lnurlp_ext.get( "/a/{link_id}",