Add /family/{id}/info route

This commit is contained in:
2023-06-21 16:36:46 +02:00
parent 053f08f927
commit 381a4797e4
7 changed files with 111 additions and 6 deletions

View File

@ -2,6 +2,7 @@ pub mod app_config;
pub mod connections;
pub mod constants;
pub mod controllers;
pub mod extractors;
pub mod services;
pub mod utils;