levels, duration and tests

This commit is contained in:
realaravinth
2021-03-13 23:50:14 +05:30
parent 096dcd32e4
commit e5ae38472d
10 changed files with 766 additions and 264 deletions

View File

@@ -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;