forked from SteamWar/SteamWar
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:
@@ -249,6 +249,7 @@ fun Route.configureEventsRoute() {
|
||||
configureEventTeams()
|
||||
configureEventGroups()
|
||||
configureEventRelations()
|
||||
configureEventRefereesRouting()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user