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 3b47f79 commit 966110aCopy full SHA for 966110a
services/storage/src/simcore_service_storage/handlers_simcore_s3.py
@@ -79,7 +79,9 @@ async def _copy_folders_from_project(
79
)
80
81
return web.json_response(
82
- text=json_dumps(body.destination), status=status.HTTP_201_CREATED
+ {"data": jsonable_encoder(body.destination)},
83
+ status=status.HTTP_201_CREATED,
84
+ dumps=json_dumps,
85
86
87
0 commit comments