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 643e9ab + 4fa9b99 commit ed04695Copy full SHA for ed04695
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" path="/js/routing.{_format}">
+ <route id="fos_js_routing_js" path="/js/routing.{_format}" methods="GET">
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