mirror of
https://github.com/ChuckNorrison/LightningTipBot.git
synced 2026-08-13 12:33:14 +02:00
webapp log
This commit is contained in:
parent
359ae13057
commit
f35473b010
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ func (s Service) UserWebAppHandler(w http.ResponseWriter, r *http.Request) {
|
|||
// https://ln.tips/app/<username>
|
||||
username := strings.ToLower(mux.Vars(r)["username"])
|
||||
callback := fmt.Sprintf("%s/.well-known/lnurlp/%s", internal.Configuration.Bot.LNURLHostName, username)
|
||||
log.Infof("[UserPage] rendering page of %s", username)
|
||||
log.Infof("[UserPage] rendering webapp of %s", username)
|
||||
lnurlEncode, err := lnurl.LNURLEncode(callback)
|
||||
if err != nil {
|
||||
log.Errorln("[UserPage]", err)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue