Skip to content

Commit

Permalink
Merge PR #53 into 14.0
Browse files Browse the repository at this point in the history
Signed-off-by simahawk
  • Loading branch information
OCA-git-bot committed Jul 8, 2024
2 parents bdf9c84 + ecd81e0 commit 19a5187
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions endpoint_route_handler/models/endpoint_route_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ def _selection_request_content_type(self):
("application/json", "JSON"),
("application/xml", "XML"),
("application/x-www-form-urlencoded", "Form"),
("application/json; charset=utf-8", "JSON_UTF8 (Deprecated)"),
]

@api.depends(lambda self: self._routing_impacting_fields())
Expand Down

0 comments on commit 19a5187

Please sign in to comment.