You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
509 B
16 lines
509 B
fos_rest:
|
|
view:
|
|
view_response_listener: true
|
|
formats:
|
|
json: true
|
|
body_converter:
|
|
enabled: false
|
|
validate: true
|
|
validation_errors_argument: errors
|
|
format_listener:
|
|
enabled: true
|
|
rules:
|
|
- { path: ^/api, prefer_extension: false, fallback_format: json, priorities: [ json, xml ] }
|
|
- { path: ^/, prefer_extension: true, fallback_format: html, priorities: [ html, '*/*'] }
|
|
zone:
|
|
- { path: ^/api/* } |