backend/controller/
mod.rs

1//! Endpoints of `PermaplanT`.
2
3pub mod areas;
4pub mod base_layer_image;
5pub mod config;
6pub mod drawings;
7pub mod guided_tours;
8pub mod layers;
9pub mod map;
10pub mod map_collaborators;
11pub mod plant_layer;
12pub mod plantings;
13pub mod plants;
14pub mod seed;
15pub mod sse;
16pub mod timeline;
17pub mod users;