mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 10:05:41 +00:00
uname & email check
This commit is contained in:
@@ -31,6 +31,8 @@ pub fn services(cfg: &mut ServiceConfig) {
|
||||
cfg.service(auth::signin);
|
||||
cfg.service(auth::signup);
|
||||
cfg.service(auth::delete_account);
|
||||
cfg.service(auth::username_exists);
|
||||
cfg.service(auth::email_exists);
|
||||
|
||||
// mcaptcha
|
||||
// domain
|
||||
|
||||
Reference in New Issue
Block a user