Skip to content

Commit

Permalink
added port
Browse files Browse the repository at this point in the history
  • Loading branch information
himeshp committed Aug 8, 2023
1 parent 4f595f3 commit f6213ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ func main() {
// Start the server
http.Handle("/", r)
fmt.Println("Server started at :8080")
http.ListenAndServe(":8080", r)
log.Fatal(http.ListenAndServe(":8080", r))
}

Expand Down

0 comments on commit f6213ca

Please sign in to comment.