setup for api posting to db

This commit is contained in:
Chris Cochrun 2024-06-25 06:51:22 -05:00
parent 0330876377
commit 308c4fb9c5
4 changed files with 33 additions and 1 deletions

View file

@ -505,6 +505,6 @@ pub async fn health_form(MultipartForm(form): MultipartForm<HealthForm>) -> Http
// HttpResponse::Ok().body("hi")
}
async fn post_health_form(_form: HealthForm) -> bool {
async fn store_health_form(_form: HealthForm) -> bool {
todo!()
}