From ce64b5164632c2a540675ba05ea9a1d4972c2392 Mon Sep 17 00:00:00 2001 From: viveksahu26 Date: Thu, 15 Sep 2022 10:02:46 +0530 Subject: [PATCH] updated port Signed-off-by: viveksahu26 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 3e4daed..ae25ca6 100644 --- a/main.go +++ b/main.go @@ -56,7 +56,7 @@ func main() { port := os.Getenv("PORT") if port == "" { - port = "3000" + port = "8080" } fmt.Println("PORT is: ", port)