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 981da03 commit 8b9ae58Copy full SHA for 8b9ae58
config/routes.yaml
@@ -30,7 +30,11 @@ admin:
30
controller: App\Controller\Admin\AdminController
31
32
client:
33
- path: /client
+ # Sub routes are included to pass route control to the React App.
34
+ path: /client{subroutes}
35
+ requirements:
36
+ # https://symfony.com/doc/current/routing.html#slash-characters-in-route-parameters
37
+ subroutes: '.*'
38
methods: ['GET']
39
controller: App\Controller\Client\ClientController
40
0 commit comments