Skip to content

Commit a826140

Browse files
initial commit with basic page
1 parent af534f0 commit a826140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ func main() {
1818
fmt.Println("Starting Server...")
1919

2020
// Serve Project
21-
log.Fatal(http.ListenAndServe(":8080", nil))
21+
log.Fatal(http.ListenAndServe(":80", nil))
2222
}

0 commit comments

Comments
 (0)