mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-12 18:45:41 +00:00
multipart form was a bad idea
This commit is contained in:
@@ -20,7 +20,6 @@ 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