Skip to content

Commit 2ae9e13

Browse files
author
jschmahl
committed
Adding css to format_listener rules
Adding css to priorities array to use the css files in the demo content. Without you see the plain html page.
1 parent 7b9a1e4 commit 2ae9e13

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)