diff --git a/src/api/v1/pow/verify_pow.rs b/src/api/v1/pow/verify_pow.rs index 29e0b5c9..f7efd541 100644 --- a/src/api/v1/pow/verify_pow.rs +++ b/src/api/v1/pow/verify_pow.rs @@ -59,7 +59,7 @@ impl From for Work { /// if verification is successful #[my_codegen::post(path = "V1_API_ROUTES.pow.verify_pow()")] pub async fn verify_pow( - _req: HttpRequest, + req: HttpRequest, payload: web::Json, data: AppData, ) -> ServiceResult {