Skip to content

Commit

Permalink
update fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Xatta-Trone committed Jul 5, 2023
1 parent 882a051 commit 4f82d95
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ func main() {

p := os.Getenv("PORT")

if p != "" {
fmt.Println(p)

if p == "" {
p = "8081"
}

Expand Down

0 comments on commit 4f82d95

Please sign in to comment.