get user secret

This commit is contained in:
realaravinth
2021-04-10 21:15:31 +05:30
parent 884cb25e02
commit 52ab947e3b
5 changed files with 45 additions and 25 deletions

View File

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