Skip to content

Commit

Permalink
IBX-8603: Allow deeper media-type granulation
Browse files Browse the repository at this point in the history
  • Loading branch information
Nattfarinn authored Sep 3, 2024
1 parent 4d17d61 commit 171a913
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bundle/Resources/config/services.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
parameters:
ibexa.rest.output.visitor.json.regexps:
- '(^application/vnd\.ibexa\.api\.[A-Za-z]+\+json$)'
- '(^application/vnd\.ibexa\.api(\.[A-Za-z]+)+\+json$)'
- '(^application/json$)'
ibexa.rest.output.visitor.xml.regexps:
- '(^application/vnd\.ibexa\.api\.[A-Za-z]+\+xml$)'
- '(^application/vnd\.ibexa\.api(\.[A-Za-z]+)+\+xml$)'
- '(^application/xml$)'
- '(^.*/.*$)'
ibexa.rest.path_prefix.pattern: !php/const \Ibexa\Bundle\Rest\UriParser\UriParser::DEFAULT_REST_PREFIX_PATTERN
Expand Down

0 comments on commit 171a913

Please sign in to comment.