pub async fn get_form(
query: Query<FormGetRequest>,
pool: Data<PgPool>,
) -> ApplicationResponse
Expand description
get(form) runs an SQL query on a provided form id and returns a JSON object of the fields
pub async fn get_form(
query: Query<FormGetRequest>,
pool: Data<PgPool>,
) -> ApplicationResponse
get(form) runs an SQL query on a provided form id and returns a JSON object of the fields