Compare commits
No commits in common. "ad70dd89a08bdf1eb97d088171561771eed6fec2" and "22e5c275a91ba105b87420d7a2b28612a9bae404" have entirely different histories.
ad70dd89a0
...
22e5c275a9
5
main.go
5
main.go
@ -34,11 +34,6 @@ func main() {
|
|||||||
panic(err)
|
panic(err)
|
||||||
}
|
}
|
||||||
defer client.Close()
|
defer client.Close()
|
||||||
|
|
||||||
err = client.Migrate()
|
|
||||||
if err != nil {
|
|
||||||
panic(err)
|
|
||||||
}
|
|
||||||
|
|
||||||
http.HandleFunc("/api/v1/metrics/endpoint", handlerWrapper(endpoint.AddEndpointMetric))
|
http.HandleFunc("/api/v1/metrics/endpoint", handlerWrapper(endpoint.AddEndpointMetric))
|
||||||
log.Printf("Server started")
|
log.Printf("Server started")
|
||||||
|
Loading…
Reference in New Issue
Block a user