adding the health form api and validation

This commit is contained in:
Chris Cochrun 2024-01-08 14:12:29 -06:00
parent e28ce85c7f
commit 65f186fadc
5 changed files with 491 additions and 6 deletions

View file

@ -522,5 +522,5 @@ pub async fn mt_form(MultipartForm(form): MultipartForm<MtForm>) -> HttpResponse
log::info!("Email incorrect");
}
HttpResponse::Ok().body("hi")
HttpResponse::Ok().body("thankyou")
}