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
548 B
16 lines
548 B
# Read the documentation: https://symfony.com/doc/master/bundles/FOSRestBundle/index.html
|
|
fos_rest: null
|
|
# param_fetcher_listener: true
|
|
# allowed_methods_listener: true
|
|
# routing_loader: true
|
|
# view:
|
|
# view_response_listener: true
|
|
# exception:
|
|
# codes:
|
|
# App\Exception\MyException: 403
|
|
# messages:
|
|
# App\Exception\MyException: Forbidden area.
|
|
# format_listener:
|
|
# rules:
|
|
# - { path: ^/api, prefer_extension: true, fallback_format: json, priorities: [ json, html ] }
|