Skip to content

Commit

Permalink
Merge pull request #43244 from jcoyne/patch-1
Browse files Browse the repository at this point in the history
Add explicit rendering to DiskController#update
  • Loading branch information
kaspth committed Sep 18, 2021
2 parents f2209e9 + 3178036 commit c839fdb
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -23,6 +23,7 @@ def update
if token = decode_verified_token
if acceptable_content?(token)
named_disk_service(token[:service_name]).upload token[:key], request.body, checksum: token[:checksum]
head :no_content
else
head :unprocessable_entity
end
Expand Down

0 comments on commit c839fdb

Please sign in to comment.