Skip to content

Commit 8b9ae58

Browse files
committed
4565: Readded subroutes to client route
1 parent 981da03 commit 8b9ae58

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

config/routes.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,11 @@ admin:
3030
controller: App\Controller\Admin\AdminController
3131

3232
client:
33-
path: /client
33+
# 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: '.*'
3438
methods: ['GET']
3539
controller: App\Controller\Client\ClientController
3640

0 commit comments

Comments
 (0)