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

style(ProjectController): fix missing newline at end of file
All checks were successful
Quality Check / Tests (pull_request) Successful in 34s
Quality Check / Checkstyle Main (pull_request) Successful in 49s

Jan K9f 2024-09-25 12:07:18 +02:00
Signed by: jank
GPG key ID: B267751B8AE29EFE

View file

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