mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 10:05:41 +00:00
fix: linting
This commit is contained in:
@@ -59,7 +59,7 @@ impl From<ApiWork> for Work {
|
|||||||
/// if verification is successful
|
/// if verification is successful
|
||||||
#[my_codegen::post(path = "V1_API_ROUTES.pow.verify_pow()")]
|
#[my_codegen::post(path = "V1_API_ROUTES.pow.verify_pow()")]
|
||||||
pub async fn verify_pow(
|
pub async fn verify_pow(
|
||||||
_req: HttpRequest,
|
req: HttpRequest,
|
||||||
payload: web::Json<ApiWork>,
|
payload: web::Json<ApiWork>,
|
||||||
data: AppData,
|
data: AppData,
|
||||||
) -> ServiceResult<impl Responder> {
|
) -> ServiceResult<impl Responder> {
|
||||||
|
|||||||
Reference in New Issue
Block a user