I THINK THIS IS IT

This commit is contained in:
2024-03-30 19:21:39 +02:00
parent 5a95045a9e
commit 6b7fd18171

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());
}
};