mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
11 lines
321 B
YAML
11 lines
321 B
YAML
fos_rest:
|
|
exception: true
|
|
view:
|
|
formats:
|
|
json: true
|
|
xml: true
|
|
empty_content: 204
|
|
format_listener:
|
|
rules:
|
|
- { path: '^/api/v1/.*', priorities: ['json', 'xml'], fallback_format: json, prefer_extension: true }
|
|
- { path: '^/', stop: true }
|