()
| 179 | export const fetchMapping = () => get<Mapping>("/v1/models/mapping"); |
| 180 | export const fetchSpend = () => get<Spend>("/v1/spend"); |
| 181 | export const fetchRoutingConfig = () => get<RoutingConfigState>("/v1/routing-config"); |
| 182 | |
| 183 | export async function updateConnections( |
| 184 | upstream: string, |