From 177b085c3f885619c02bd693ba4b7a447a689af8 Mon Sep 17 00:00:00 2001 From: Peter Rounce Date: Thu, 26 Jan 2023 07:26:47 +0000 Subject: [PATCH] fix comment --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index da954a5..7f6d99e 100644 --- a/main.go +++ b/main.go @@ -43,7 +43,7 @@ func main() { // lnurlw for pos router.Path("/ln").Methods("GET").HandlerFunc(lnurlw_response) router.Path("/cb").Methods("GET").HandlerFunc(lnurlw_callback) -// lnurlp for lightning address lnurlp +// lnurlp for lightning address router.Path("/.well-known/lnurlp/{name}").Methods("GET").HandlerFunc(lnurlp_response) router.Path("/lnurlp/{name}").Methods("GET").HandlerFunc(lnurlp_callback)