Skip to content

Commit

Permalink
updated port
Browse files Browse the repository at this point in the history
Signed-off-by: viveksahu26 <vivekkumarsahu650@gmail.com>
  • Loading branch information
viveksahu26 committed Sep 15, 2022
1 parent 4db12af commit ce64b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func main() {

port := os.Getenv("PORT")
if port == "" {
port = "3000"
port = "8080"
}
fmt.Println("PORT is: ", port)

Expand Down

0 comments on commit ce64b51

Please sign in to comment.