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.
1 parent 3a3dbb1 commit 3cfdaf9Copy full SHA for 3cfdaf9
src/LiveComponent/src/Resources/config/routing/live_component.xml
@@ -4,7 +4,7 @@
4
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
xsi:schemaLocation="http://symfony.com/schema/routing https://symfony.com/schema/routing/routing-1.0.xsd">
6
7
- <route id="live_component" path="/_components/{component}/{action}">
+ <route id="live_component" path="/_components/{_locale}/{component}/{action}">
8
<default key="action">get</default>
9
</route>
10
</routes>
0 commit comments