Skip to content

Commit

Permalink
Merge pull request #107 from RonasIT/fix/available-content-types
Browse files Browse the repository at this point in the history
fix: add image to available content types
  • Loading branch information
DenTray authored Oct 19, 2023
2 parents dc7637a + 79821cf commit 0bd312f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Services/SwaggerService.php
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,8 @@ protected function saveExample($code, $content, $produce)
$description = $this->getResponseDescription($code);
$availableContentTypes = [
'application',
'text'
'text',
'image',
];
$explodedContentType = explode('/', $produce);

Expand Down

0 comments on commit 0bd312f

Please sign in to comment.