uwu
This commit is contained in:
parent
77159a4318
commit
884a971408
|
@ -42,7 +42,7 @@ pub async fn handler(req: HttpRequest, token: web::Path<String>, body: Bytes, db
|
||||||
Ok(e) => e,
|
Ok(e) => e,
|
||||||
Err(e) => {
|
Err(e) => {
|
||||||
log::debug!("Bad request body json: {e}");
|
log::debug!("Bad request body json: {e}");
|
||||||
log::debug!("{json:?}");
|
log::debug!("{json}");
|
||||||
return Ok(HttpResponse::BadRequest());
|
return Ok(HttpResponse::BadRequest());
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user