feat(project): Get all projects (SCRUM-15) #10

Merged
jank merged 13 commits from feature/get-all-projects into main 2024-09-25 11:38:31 +00:00
Showing only changes of commit f33721f16d - Show all commits

@ -35,4 +35,4 @@ public class ProjectController {
.map(this.projectMapper::mapToGetDto) .map(this.projectMapper::mapToGetDto)
.toList(); .toList();
} }
} }