diff --git a/b56.go b/b56.go index 7e5d46a..bf254e5 100644 --- a/b56.go +++ b/b56.go @@ -19,8 +19,8 @@ func main() { http.Handle("/", fs) http.HandleFunc("/next", nextId) - log.Println("Listening on :8080...") - err := http.ListenAndServe(":8080", nil) + log.Println("Listening on :80...") + err := http.ListenAndServe(":80", nil) if err != nil { log.Fatal(err) }