I THINK THIS IS IT
This commit is contained in:
parent
5a95045a9e
commit
6b7fd18171
|
@ -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());
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user