Add GET /family/{id}/member/{id_member}

This commit is contained in:
2023-08-05 10:24:19 +02:00
parent 8f5131429f
commit 5f0842b7dc
6 changed files with 97 additions and 1 deletions

View File

@ -1 +1,2 @@
pub mod family_extractor;
pub mod member_extractor;