Remove unnecessary summary for add project
This commit is contained in:
parent
8b79f7fca4
commit
15ef4c03d1
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ async def all_projects(
|
|||
return projects
|
||||
|
||||
|
||||
@router.post("/", status_code=status.HTTP_201_CREATED, summary="Add a project", response_model=ProjectRead)
|
||||
@router.post("/", status_code=status.HTTP_201_CREATED, response_model=ProjectRead)
|
||||
async def add_project(
|
||||
*,
|
||||
project: ProjectCreate,
|
||||
|
|
Loading…
Reference in a new issue