Skip to content

Commit

Permalink
envelope
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Nov 26, 2024
1 parent 3b47f79 commit 966110a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@ async def _copy_folders_from_project(
)

return web.json_response(
text=json_dumps(body.destination), status=status.HTTP_201_CREATED
{"data": jsonable_encoder(body.destination)},
status=status.HTTP_201_CREATED,
dumps=json_dumps,
)


Expand Down

0 comments on commit 966110a

Please sign in to comment.