token update

This commit is contained in:
realaravinth
2021-03-27 13:03:57 +05:30
parent e5dd22679f
commit 40dd7a2009
4 changed files with 108 additions and 5 deletions

View File

@@ -38,6 +38,8 @@ pub fn services(cfg: &mut ServiceConfig) {
// mcaptcha
cfg.service(mcaptcha::mcaptcha::add_mcaptcha);
cfg.service(mcaptcha::mcaptcha::delete_mcaptcha);
cfg.service(mcaptcha::mcaptcha::update_token);
cfg.service(mcaptcha::mcaptcha::get_token);
// levels
cfg.service(mcaptcha::levels::add_levels);