mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 10:05:41 +00:00
del user, add del domains
This commit is contained in:
@@ -18,10 +18,17 @@
|
||||
use actix_web::web::ServiceConfig;
|
||||
|
||||
pub mod auth;
|
||||
pub mod mcaptcha;
|
||||
|
||||
pub fn services(cfg: &mut ServiceConfig) {
|
||||
use auth::*;
|
||||
use mcaptcha::*;
|
||||
|
||||
cfg.service(signout);
|
||||
cfg.service(signin);
|
||||
cfg.service(signup);
|
||||
cfg.service(delete_account);
|
||||
|
||||
cfg.service(add_domain);
|
||||
cfg.service(delete_domain);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user