allow kerstin to access camp list

This commit is contained in:
Jottyfan
2025-03-04 23:02:10 +01:00
parent 72b91dd8bc
commit c692f7881b
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ plugins {
}
group = 'de.jottyfan.bico'
version = '0.2.4'
version = '0.2.5'
description = """BibleClassOrganizer"""

View File

@ -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;