ACL rewrite

This commit is contained in:
2024-04-23 12:14:28 +02:00
parent d6c6572989
commit aea20b7a10
23 changed files with 435 additions and 180 deletions

View File

@@ -59,4 +59,8 @@ class VerifyCaptcha extends Request {
return $this->success;
}
public static function getDescription(): string {
return "Verifies a captcha response. This API is for internal use only.";
}
}