diff --git a/src/HttpServer/logic/httpserver.go b/src/HttpServer/logic/httpserver.go index 3a051bf..4d84f8d 100644 --- a/src/HttpServer/logic/httpserver.go +++ b/src/HttpServer/logic/httpserver.go @@ -1231,6 +1231,7 @@ func Getflyboxreward(w http.ResponseWriter, r *http.Request) { } if Uuid == 0 { SetHeader(w) + logger.Error("Getflyboxreward uuidnil") return } result, _ := ioutil.ReadAll(r.Body) -- libgit2 0.21.0