mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-13 19:15:39 +00:00
errorable and seperated runner methods for auth
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user