Skip to content

Commit

Permalink
[IMP] endpoint_route_handler: add request_content_type application_js…
Browse files Browse the repository at this point in the history
…on_utf8
  • Loading branch information
OriolMForgeFlow authored and simahawk committed Jul 4, 2024
1 parent 1aaec8f commit ecd81e0
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 ecd81e0

Please sign in to comment.