Skip to content

Commit

Permalink
Remove unnecessary fos_rest config
Browse files Browse the repository at this point in the history
  • Loading branch information
mpysiak committed Jan 31, 2025
1 parent ccbe847 commit 300d19d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions config/packages/fos_rest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ fos_rest:
json: true
xml: true
empty_content: 204
format_listener:
rules:
- { path: '^/api/.*', priorities: ['json', 'xml'], fallback_format: json, prefer_extension: true }
- { path: '^/', stop: true }

# param_fetcher_listener: true
# allowed_methods_listener: true
Expand Down

0 comments on commit 300d19d

Please sign in to comment.