Skip to content

Commit eb940b0

Browse files
author
Andrei Neagu
committed
renamed RPC endpoint
1 parent 303a7e1 commit eb940b0

File tree

1 file changed

+1
-1
lines changed
  • services/dynamic-sidecar/src/simcore_service_dynamic_sidecar/api/rpc

1 file changed

+1
-1
lines changed

services/dynamic-sidecar/src/simcore_service_dynamic_sidecar/api/rpc/_containers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010

1111
@router.expose(reraise_if_error_type=(InvalidComposeSpecError,))
12-
async def store_compose_spec(
12+
async def create_compose_spec(
1313
app: FastAPI,
1414
*,
1515
containers_compose_spec: ContainersComposeSpec,

0 commit comments

Comments
 (0)