rename guard -> mcaptcha

This commit is contained in:
realaravinth
2021-06-01 17:33:47 +05:30
parent ba39483635
commit 9e70f8f756
19 changed files with 154 additions and 151 deletions

View File

@@ -4,7 +4,7 @@ use actix_web::{
http::{header, StatusCode},
middleware as actix_middleware,
};
use m_captcha::defense::Level;
use libmcaptcha::defense::Level;
use serde::Serialize;
use super::*;