Can toggle accommodations module
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2024-05-23 19:28:29 +02:00
parent 32d3793025
commit 2f1df6c117
9 changed files with 49 additions and 3 deletions

View File

@@ -204,6 +204,17 @@ async fn main() -> std::io::Result<()> {
"/family/{id}/genealogy/data/import",
web::put().to(data_controller::import_family),
)
// [ACCOMODATIONS] List controller
// TODO : create
// TODO : update
// TODO : delete
// TODO : list
// [ACCOMODATIONS] Reservations controller
// TODO : create
// TODO : update
// TODO : delete
// TODO : list
// TODO : validate or reject
// Photos controller
.route(
"/photo/{id}",