1

created first API implementation

This commit is contained in:
LukasEttel
2020-03-12 13:52:50 +01:00
parent f8237853a8
commit c6c62b07bf
5 changed files with 63 additions and 65 deletions

View File

@ -17,10 +17,4 @@ public class Gruppen2Config {
GroupService groupService;
@Autowired
EventService eventService;
@Bean
public List<Group> groups() throws EventException {
return groupService.projectEventList(eventService.findAllEvents());
}
}