fix
This commit is contained in:
@@ -17,7 +17,7 @@ func AddEndpointMetric (r *http.Request) (interface{}, int) {
|
||||
|
||||
err = endpoints.AddEndpointMetric(body)
|
||||
if err != nil {
|
||||
log.Printf(err.Error())
|
||||
log.Print(err.Error())
|
||||
return nil, http.StatusInternalServerError
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user