event 2601

This commit is contained in:
2024-11-25 23:09:45 +01:00
parent 3aa4688471
commit 176861ccca
3 changed files with 3 additions and 3 deletions
@@ -56,7 +56,7 @@ public class RegistrationResource {
this.userRepository = userRepository;
}
private static Long currentEventId = 1751L;
private static Long currentEventId = 2601L;
@Autowired
CurrentUserHolder currentUser;