Merge branch 'master' into DtoBuilders

This commit is contained in:
2025-06-01 20:39:24 +02:00
11 changed files with 321 additions and 17 deletions

View File

@@ -54,5 +54,6 @@ app.MapEventsEndpoints();
app.MapOrganizationsEndpoints();
app.MapAuthEndpoints();
app.MapSkillsEndpoints();
app.MapEventsRegistrationEndpoints();
app.Run();