diff --git a/crates/backend/src/db/project.rs b/crates/backend/src/db/project.rs index e5c453e..e609831 100644 --- a/crates/backend/src/db/project.rs +++ b/crates/backend/src/db/project.rs @@ -10,6 +10,7 @@ use utoipa::ToSchema; use uuid::Uuid; use validator::Validate; +// TODO: Move the struct out of here into the controller #[derive(Deserialize, Validate, ToSchema)] pub struct CreateProject { #[validate(length(min = 3, max = 255))]