We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13c775e commit 5da758eCopy full SHA for 5da758e
services/api-server/src/simcore_service_api_server/api/routes/solvers.py
@@ -156,7 +156,7 @@ async def get_solver(
156
solver_service: Annotated[SolverService, Depends(SolverService)],
157
url_for: Annotated[Callable, Depends(get_reverse_url_mapper)],
158
product_name: Annotated[str, Depends(get_product_name)],
159
-) -> Solver:
+):
160
"""Gets latest release of a solver"""
161
# IMPORTANT: by adding /latest, we avoid changing the order of this entry in the router list
162
# otherwise, {solver_key:path} will override and consume any of the paths that follow.
0 commit comments