registry/api/v2: fix ContentType in RouteNameBlobUpload
Sets 'application/octet-stream' as the ContentType in the Body of RouteNameBlobUpload. Signed-off-by: Irene Diez <idiez@redhat.com>
This commit is contained in:
parent
93010cae90
commit
421a97ffab
1 changed files with 1 additions and 1 deletions
|
@ -987,7 +987,7 @@ var routeDescriptors = []RouteDescriptor{
|
|||
},
|
||||
},
|
||||
Body: BodyDescriptor{
|
||||
ContentType: "application/octect-stream",
|
||||
ContentType: "application/octet-stream",
|
||||
Format: "<binary data>",
|
||||
},
|
||||
Successes: []ResponseDescriptor{
|
||||
|
|
Loading…
Reference in a new issue