Skip to content

Commit b438844

Browse files
committed
Merge pull request #227 from jschmahl/patch-1
Adding css to format_listener rules
2 parents 7b9a1e4 + 2ae9e13 commit b438844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/config/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,4 +343,4 @@ fos_rest:
343343
json: true
344344
format_listener:
345345
rules:
346-
- { path: ^/, priorities: [ html, json, xml ], fallback_format: html, prefer_extension: false }
346+
- { path: ^/, priorities: [ html, json, xml, css ], fallback_format: html, prefer_extension: false }

0 commit comments

Comments
 (0)