update user secret

This commit is contained in:
realaravinth
2021-04-10 21:44:08 +05:30
parent 52ab947e3b
commit 08ec215709
4 changed files with 51 additions and 7 deletions

View File

@@ -34,6 +34,7 @@ pub fn services(cfg: &mut ServiceConfig) {
cfg.service(auth::username_exists);
cfg.service(auth::email_exists);
cfg.service(auth::get_secret);
cfg.service(auth::update_user_secret);
// mcaptcha
cfg.service(mcaptcha::mcaptcha::add_mcaptcha);