errorable and seperated runner methods for auth

This commit is contained in:
realaravinth
2021-06-28 19:16:59 +05:30
parent 2162d32455
commit cc17f2048f
9 changed files with 222 additions and 135 deletions

View File

@@ -20,6 +20,7 @@ pub mod register;
pub fn services(cfg: &mut actix_web::web::ServiceConfig) {
cfg.service(login::login);
cfg.service(login::login_post);
cfg.service(register::join);
}