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 c23781c61c - Show all commits

style(ProjectController): fix missing newline at end of file

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();
}
}
}