Skip to content

Commit

Permalink
expose list_solver_ports to api server
Browse files Browse the repository at this point in the history
  • Loading branch information
bisgaard-itis committed Oct 3, 2023
1 parent 295f20a commit 7e9374d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ async def get_solver_release(
@router.get(
"/{solver_key:path}/releases/{version}/ports",
response_model=OnePage[SolverPort],
include_in_schema=API_SERVER_DEV_FEATURES_ENABLED,
)
async def list_solver_ports(
solver_key: SolverKeyId,
Expand Down

0 comments on commit 7e9374d

Please sign in to comment.