mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 10:05:41 +00:00
levels, duration and tests
This commit is contained in:
@@ -33,4 +33,15 @@ pub fn services(cfg: &mut ServiceConfig) {
|
||||
cfg.service(delete_domain);
|
||||
cfg.service(add_mcaptcha);
|
||||
cfg.service(delete_mcaptcha);
|
||||
|
||||
cfg.service(add_levels);
|
||||
cfg.service(update_levels);
|
||||
cfg.service(delete_levels);
|
||||
cfg.service(get_levels);
|
||||
|
||||
cfg.service(update_duration);
|
||||
cfg.service(get_duration);
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests;
|
||||
|
||||
Reference in New Issue
Block a user