We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 58fb2d9 + 9a5aae7 commit 2f52d92Copy full SHA for 2f52d92
Resources/config/routing/routing.xml
@@ -3,7 +3,7 @@
3
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
xsi:schemaLocation="http://symfony.com/schema/routing http://symfony.com/schema/routing/routing-1.0.xsd">
5
6
- <route id="fos_js_routing_js" pattern="/js/routing.{_format}">
+ <route id="fos_js_routing_js" path="/js/routing.{_format}">
7
<default key="_controller">fos_js_routing.controller:indexAction</default>
8
<default key="_format">js</default>
9
<requirement key="_format">js|json</requirement>
0 commit comments