Skip to content
Snippets Groups Projects
Commit 2b867a2d authored by jotangen's avatar jotangen
Browse files

Removed port 8080

parent 42b0dbbf
No related branches found
No related tags found
No related merge requests found
...@@ -103,7 +103,7 @@ func main() { ...@@ -103,7 +103,7 @@ func main() {
port := os.Getenv("PORT") port := os.Getenv("PORT")
// Remove this when deploy // Remove this when deploy
port ="8080" //port ="8080"
if port == "" { if port == "" {
//log.fatal formatting output and exits //log.fatal formatting output and exits
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment