This commit is contained in:
Dipun Mistry 2022-09-04 22:18:53 +01:00 committed by GitHub
parent 17de764649
commit c61ce27d10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
}