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

Commit 83b9639

Browse files
committed
feature #720 Add route to preview error pages in development (mpdude)
This PR was merged into the 2.6-dev branch. Discussion ---------- Add route to preview error pages in development See symfony/symfony#12096 for details. I think this is my first contribution to symfony-standard, does that earn me a badge :-)? Commits ------- c7d9f6a Add route to preview error pages in development (see Symfony issue #12096)
2 parents 31ba12c + c7d9f6a commit 83b9639

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)