Skip to content

Commit cdf6589

Browse files
committed
Check fos_rest config
1 parent 9dcd01a commit cdf6589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Application/config/packages/sylius_paypal.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ fos_rest:
1010
empty_content: 204
1111
format_listener:
1212
rules:
13-
- { path: '^/api/.*', priorities: ['json', 'xml'], fallback_format: json, prefer_extension: true }
13+
# - { path: '^/api/.*', priorities: ['json', 'xml'], fallback_format: json, prefer_extension: true }
1414
- { path: '^/', stop: true }

0 commit comments

Comments
 (0)