Skip to content

Commit 35c8154

Browse files
committed
feat: added option for api auth
1 parent 7f40dc4 commit 35c8154

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/webapp/routers/data.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1110,6 +1110,7 @@ def get_support_overview(
11101110
# Return a 400 error with the specific message from ValueError
11111111
raise HTTPException(status_code=status.HTTP_400_BAD_REQUEST, detail=str(ve))
11121112

1113+
11131114
@router.get("/{inst_id}/training/support-overview/{run_id}")
11141115
def get_training_support_overview(
11151116
inst_id: str,

0 commit comments

Comments
 (0)