validation token verify

This commit is contained in:
realaravinth
2021-04-11 12:33:32 +05:30
parent 36b505ef59
commit 16dd4125c3
5 changed files with 155 additions and 6 deletions

View File

@@ -55,6 +55,7 @@ pub fn services(cfg: &mut ServiceConfig) {
// pow
cfg.service(mcaptcha::pow::get_config::get_config);
cfg.service(mcaptcha::pow::verify_pow::verify_pow);
cfg.service(mcaptcha::pow::verify_token::validate_captcha_token);
}
#[cfg(test)]