Integrate series-service microservice with API gateway routing, implement Series domain and point aggregation logic, and update frontend with SeriesViewModel, SeriesScreen, and dynamic state handling.
This commit is contained in:
+5
@@ -36,4 +36,9 @@ object ApiRoutes {
|
||||
const val ROOT = "/api/v1/results"
|
||||
fun bewerb(bewerbId: String) = "$ROOT/bewerb/$bewerbId"
|
||||
}
|
||||
|
||||
object Series {
|
||||
const val ROOT = "/api/v1/series"
|
||||
fun stand(serieId: String) = "$ROOT/$serieId/stand"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user