Add results-service microservice with API gateway integration, implement Ergebnis repository and edit dialog, update BewerbViewModel for Ergebniserfassung, and enhance Turnier UI with result management features.
This commit is contained in:
+5
@@ -31,4 +31,9 @@ object ApiRoutes {
|
||||
object Events {
|
||||
const val ROOT = "/api/v1/events"
|
||||
}
|
||||
|
||||
object Results {
|
||||
const val ROOT = "/api/v1/results"
|
||||
fun bewerb(bewerbId: String) = "$ROOT/bewerb/$bewerbId"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user