Skip to content

Commit

Permalink
feature (detector): provide version_control in /about endpoint (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodja authored Sep 16, 2024
1 parent e561789 commit 3e90660
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions learning_loop_node/detector/rest/about.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ async def get_about(request: Request):
'state': app.status.state,
'model_info': app.detector_logic._model_info, # pylint: disable=protected-access
'target_model': app.target_model.version if app.target_model is not None else 'None',
'version_control': app.version_control.value,
}

0 comments on commit 3e90660

Please sign in to comment.