Skip to content

Commit

Permalink
fix acceptType
Browse files Browse the repository at this point in the history
  • Loading branch information
smisidjan committed Sep 13, 2023
1 parent 839571e commit 5bee5c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/Controller/ZZController.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ private function getAcceptType(Request $request): string
return 'xml';
case 'text/html':
return 'html';
case 'text/docx':
case 'application/vnd.openxmlformats-officedocument.wordprocessingml.document':
return 'docx';
}//end switch

Expand Down

0 comments on commit 5bee5c0

Please sign in to comment.