We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 184d81e commit 59ae5c7Copy full SHA for 59ae5c7
local/configs/routes.yaml
@@ -10,15 +10,3 @@ foo_placeholder_route:
10
controller: 'Local\SymfonyTools\Router\Examples\DummyController::loadAction'
11
requirements:
12
id: "[0-9]+"
13
-
14
-remove_trailing_slash:
15
- path: /{url}
16
- controller: 'Prokl\BitrixSymfonyRouterBundle\Services\Controllers\RedirectingController::removeTrailingSlash'
17
18
-index:
19
- path: '/'
20
- controller: 'Prokl\BitrixSymfonyRouterBundle\Services\Utils\Supplemental::indexRoute'
21
22
-not-found:
23
- path: '/{url}'
24
- controller: 'Prokl\BitrixSymfonyRouterBundle\Services\Utils\Supplemental::notFound'
0 commit comments