Add route /family/list

This commit is contained in:
2023-06-20 18:55:14 +02:00
parent 0ef722d29f
commit 3004f57185
5 changed files with 33 additions and 3 deletions

View File

@ -6,7 +6,7 @@ diesel::table! {
time_create -> Int8,
is_admin -> Bool,
invitation_code -> Varchar,
count_members -> Int4,
count_admins -> Int4,
count_members -> Int8,
count_admins -> Int8,
}
}