Function list_forms

Source
pub async fn list_forms(
    pool: Data<PgPool>,
    request: HttpRequest,
    jwt: Data<JwtClient>,
) -> ApplicationResponse
Expand description

get(form/list) runs an SQL query to retrieve all the forms belonging to the user who sent the request