I THINK THIS IS IT

This commit is contained in:
Gvidas Juknevičius 2024-03-30 19:21:39 +02:00
parent 5a95045a9e
commit 6b7fd18171
Signed by: MCorange
GPG Key ID: 12B1346D720B7FBB

View File

@ -42,7 +42,7 @@ pub async fn handler(req: HttpRequest, token: web::Path<String>, body: Bytes, db
Ok(e) => e,
Err(e) => {
log::debug!("Bad request body json: {e}");
log::debug!("{json}");
// log::debug!("{json}");
return Ok(HttpResponse::BadRequest());
}
};