Skip to content

Commit 3456904

Browse files
committed
fix: changed model name to model_run_id parameter
1 parent 48a2cdb commit 3456904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webapp/routers/front_end_tables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ def get_training_support_overview(
416416
raise HTTPException(status_code=status.HTTP_400_BAD_REQUEST, detail=str(ve))
417417

418418

419-
@router.get("/{inst_id}/training/model-cards/{model_name}")
419+
@router.get("/{inst_id}/training/model-cards/{model_run_id}")
420420
def get_model_cards(
421421
inst_id: str,
422422
model_run_id: str,

0 commit comments

Comments
 (0)