79082271

Date: 2024-10-13 02:05:35
Score: 1.5
Natty:
Report link

Please use actx_web::Result and Responder in your code.

Like this.

async fn auth(form: web::Json<Auth>) -> actix_web::Result<impl Responder>
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Kevin Cheng