2020-05-11 15:53:07 +02:00
|
|
|
# Read the documentation: https://symfony.com/doc/master/bundles/FOSRestBundle/index.html
|
2022-02-14 09:59:14 +01:00
|
|
|
fos_rest:
|
|
|
|
param_fetcher_listener: true
|
|
|
|
body_listener: true
|
|
|
|
|
|
|
|
format_listener:
|
|
|
|
enabled: true
|
|
|
|
rules:
|
|
|
|
- { path: '/rest', priorities: ['json', 'xml'], fallback_format: 'html' }
|
|
|
|
- { path: '/', fallback_format: 'html' }
|
|
|
|
|