We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af534f0 commit a826140Copy full SHA for a826140
main.go
@@ -18,5 +18,5 @@ func main() {
18
fmt.Println("Starting Server...")
19
20
// Serve Project
21
- log.Fatal(http.ListenAndServe(":8080", nil))
+ log.Fatal(http.ListenAndServe(":80", nil))
22
}
0 commit comments