allow kerstin to access camp list
This commit is contained in:
@@ -19,7 +19,7 @@ import de.jottyfan.bico.modules.profile.ProfileService;
|
||||
*
|
||||
*/
|
||||
public abstract class CommonController {
|
||||
private static final List<String> admins = List.of("andre.sieber", "tobias.kuehne", "jotty");
|
||||
private static final List<String> admins = List.of("andre.sieber", "tobias.kuehne", "jotty", "kerstin.meisel");
|
||||
|
||||
@Autowired
|
||||
private ProfileService profileService;
|
||||
|
||||
Reference in New Issue
Block a user