Skip to content

Commit

Permalink
restore failing
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Nov 19, 2024
1 parent 3083cf4 commit 8ae7532
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/specs/web-server/_catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
ServiceInputKey,
ServiceOutputGet,
ServiceOutputKey,
ServiceResourcesGet,
)
from models_library.generics import Envelope
from models_library.rest_pagination import Page
Expand Down Expand Up @@ -126,7 +127,7 @@ def get_compatible_outputs_given_target_input(

@router.get(
"/catalog/services/{service_key}/{service_version}/resources",
# response_model=ServiceResourcesGet,
response_model=ServiceResourcesGet,
)
def get_service_resources(
_params: Annotated[ServicePathParams, Depends()],
Expand Down

0 comments on commit 8ae7532

Please sign in to comment.