Skip to content

Commit 715067e

Browse files
authored
Update routing.xml (#49)
* Update routing.xml * Add support for POST method in routing.xml
1 parent 41b585f commit 715067e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Resources/config/routing.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xsi:schemaLocation="http://symfony.com/schema/routing http://symfony.com/schema/routing/routing-1.0.xsd">
66

7-
<route id="nelmio_js_logger_log" path="/log">
7+
<route id="nelmio_js_logger_log" path="/log" methods="GET|POST">
88
<default key="_controller">Nelmio\JsLoggerBundle\Controller\LogController::createAction</default>
99
</route>
1010
</routes>

0 commit comments

Comments
 (0)