multipart form was a bad idea

This commit is contained in:
realaravinth
2021-06-28 19:58:01 +05:30
parent cc17f2048f
commit 6cd477e227
4 changed files with 4 additions and 86 deletions

View File

@@ -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);
}