setup for api posting to db
This commit is contained in:
parent
0330876377
commit
308c4fb9c5
4 changed files with 33 additions and 1 deletions
|
@ -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!()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue