diff --git a/cethttp/cethttp.go b/cethttp/cethttp.go index 3f4e45e..ce39549 100644 --- a/cethttp/cethttp.go +++ b/cethttp/cethttp.go @@ -22,7 +22,7 @@ func StartServer(waitgroup *sync.WaitGroup) { r.HandleFunc("/y/{year}/", yearHandler) r.HandleFunc("/y/{year}/m/{month}/", monthHandler) - err := http.ListenAndServe(":8080", r) + err := http.ListenAndServe(":8018", r) if err != nil { log.Fatal("error:", err) }