mirror of
https://github.com/a-mayb3/Kanban_clone_backend.git
synced 2026-03-21 18:15:37 +01:00
Removed superfluous response models
This commit is contained in:
parent
170446fcc2
commit
3d8edb8fa1
3 changed files with 0 additions and 14 deletions
|
|
@ -18,8 +18,3 @@ class ProjectCreate(BaseModel):
|
|||
description: Optional[str] = None
|
||||
tasks: List[TaskBase] = []
|
||||
user_ids: List[int] = []
|
||||
|
||||
class ProjectList(BaseModel):
|
||||
model_config = ConfigDict(from_attributes=True)
|
||||
|
||||
projects: List[ProjectBase]
|
||||
Loading…
Add table
Add a link
Reference in a new issue