rm actor temp

This commit is contained in:
realaravinth
2021-03-29 21:07:01 +05:30
parent 1e25b66e42
commit 79348eaf85
9 changed files with 235 additions and 280 deletions

View File

@@ -51,6 +51,9 @@ pub fn services(cfg: &mut ServiceConfig) {
cfg.service(mcaptcha::duration::update_duration);
cfg.service(mcaptcha::duration::get_duration);
// pow
cfg.service(mcaptcha::pow::get_config);
// meta
cfg.service(meta::build_details);
cfg.service(meta::health);