mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 10:05:41 +00:00
validation token verify
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user