|
@@ -243,7 +243,7 @@ async def get_acatvi_mode(params: domain_devices.ACATVIModeRequest):
|
|
|
return {"mode": new_mode}
|
|
|
|
|
|
|
|
|
-@router.post("/instructions/acatvi/early-start", response_model=domain_devices.ACATVIEarlyStartPredictionResponse)
|
|
|
+@router.post("/prediction/acatvi/early-start", response_model=domain_devices.ACATVIEarlyStartPredictionResponse)
|
|
|
async def get_acatvi_early_start_prediction(
|
|
|
params: domain_devices.ACATVIEarlyStartPredictionRequest,
|
|
|
db: Session = Depends(get_db)
|