mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 10:05:41 +00:00
refactor captcha.rs and levels.rs and rm duration routes
This commit is contained in:
@@ -26,7 +26,7 @@ use crate::AppData;
|
||||
path = "crate::V1_API_ROUTES.account.delete",
|
||||
wrap = "crate::CheckLogin"
|
||||
)]
|
||||
async fn delete_account(
|
||||
pub async fn delete_account(
|
||||
id: Identity,
|
||||
payload: web::Json<Password>,
|
||||
data: AppData,
|
||||
|
||||
Reference in New Issue
Block a user