Skip to content

Commit 966110a

Browse files
committed
envelope
1 parent 3b47f79 commit 966110a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

services/storage/src/simcore_service_storage/handlers_simcore_s3.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@ async def _copy_folders_from_project(
7979
)
8080

8181
return web.json_response(
82-
text=json_dumps(body.destination), status=status.HTTP_201_CREATED
82+
{"data": jsonable_encoder(body.destination)},
83+
status=status.HTTP_201_CREATED,
84+
dumps=json_dumps,
8385
)
8486

8587

0 commit comments

Comments
 (0)