pow verification

This commit is contained in:
realaravinth
2021-04-10 20:19:59 +05:30
parent e76dd8014c
commit 7777db477e
9 changed files with 173 additions and 27 deletions

View File

@@ -51,7 +51,8 @@ pub fn services(cfg: &mut ServiceConfig) {
cfg.service(mcaptcha::duration::get_duration);
// pow
cfg.service(mcaptcha::pow::get_config);
cfg.service(mcaptcha::pow::get_config::get_config);
cfg.service(mcaptcha::pow::verify_pow::verify_pow);
}
#[cfg(test)]