Compare commits

..

No commits in common. "ad70dd89a08bdf1eb97d088171561771eed6fec2" and "22e5c275a91ba105b87420d7a2b28612a9bae404" have entirely different histories.

View File

@ -35,11 +35,6 @@ func main() {
}
defer client.Close()
err = client.Migrate()
if err != nil {
panic(err)
}
http.HandleFunc("/api/v1/metrics/endpoint", handlerWrapper(endpoint.AddEndpointMetric))
log.Printf("Server started")
http.ListenAndServe(":1237", nil)