Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit c7d9f6a

Browse files
committed
Add route to preview error pages in development (see Symfony issue #12096)
1 parent 5c05335 commit c7d9f6a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/config/routing_dev.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,9 @@ _configurator:
1010
resource: "@SensioDistributionBundle/Resources/config/routing/webconfigurator.xml"
1111
prefix: /_configurator
1212

13+
_errors:
14+
resource: "@TwigBundle/Resources/config/routing/errors.xml"
15+
prefix: /_error
16+
1317
_main:
1418
resource: routing.yml

0 commit comments

Comments
 (0)