bug.
This commit is contained in:
parent
17de764649
commit
c61ce27d10
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
|
@ -41,7 +41,7 @@ func main() {
|
|||
mux.HandleFunc("/cb", lnurlw_callback)
|
||||
|
||||
port := os.Getenv("HOST_PORT")
|
||||
if len(value) == 0 {
|
||||
if len(port) == 0 {
|
||||
port := "9000"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue