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
pub async fn list_forms(
pool: Data<PgPool>,
request: HttpRequest,
jwt: Data<JwtClient>,
) -> ApplicationResponse
get(form/list) runs an SQL query to retrieve all the forms belonging to the user who sent the request