feat: Implement create project route (SCRUM-7) #11

Merged
ptran merged 5 commits from feature/create-project into main 2024-09-25 11:03:47 +00:00
Showing only changes of commit a6d9ba646f - Show all commits

Satisfy quality tools
All checks were successful
Quality Check / Tests (pull_request) Successful in 26s
Quality Check / Checkstyle Main (pull_request) Successful in 43s

Phan Huy Tran 2024-09-25 13:01:33 +02:00

View file

@ -37,4 +37,4 @@ public class ProjectMapper {
return getProjectDto;
}
}
}