Add event referees management and teams endpoint.

Introduced a new route for managing event referees with get, put, and delete operations. Also added an endpoint to fetch all teams, and integrated the referees routing into event configuration.
This commit is contained in:
2025-05-10 22:22:43 +02:00
parent e3179c69aa
commit 6e9db276ef
3 changed files with 59 additions and 0 deletions
@@ -249,6 +249,7 @@ fun Route.configureEventsRoute() {
configureEventTeams()
configureEventGroups()
configureEventRelations()
configureEventRefereesRouting()
}
}
}