Skip to content

Commit

Permalink
feat: added qr code in task list
Browse files Browse the repository at this point in the history
  • Loading branch information
sujanadh committed Nov 6, 2023
1 parent 1ad32bd commit d783089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/app/tasks/tasks_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
)


@router.get("/task-list", response_model=List[tasks_schemas.TaskOut])
@router.get("/task-list", response_model=List[tasks_schemas.Task])
async def read_task_list(
project_id: int,
limit: int = 1000,
Expand Down

0 comments on commit d783089

Please sign in to comment.