Skip to content

Commit 8ae7532

Browse files
committed
restore failing
1 parent 3083cf4 commit 8ae7532

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

api/specs/web-server/_catalog.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
ServiceInputKey,
1010
ServiceOutputGet,
1111
ServiceOutputKey,
12+
ServiceResourcesGet,
1213
)
1314
from models_library.generics import Envelope
1415
from models_library.rest_pagination import Page
@@ -126,7 +127,7 @@ def get_compatible_outputs_given_target_input(
126127

127128
@router.get(
128129
"/catalog/services/{service_key}/{service_version}/resources",
129-
# response_model=ServiceResourcesGet,
130+
response_model=ServiceResourcesGet,
130131
)
131132
def get_service_resources(
132133
_params: Annotated[ServicePathParams, Depends()],

0 commit comments

Comments
 (0)