aboutsummaryrefslogtreecommitdiffstats
path: root/app.psgi
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2017-09-12 09:47:25 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2017-09-12 09:47:25 +0100
commit81744445eedc8686827cfc119b51ae8ec704a963 (patch)
treeabbc031768acce3a4b3072aa9ef4e24206c85bb4 /app.psgi
parent459851ed73ed44af3583e8e82ec22b791fe9531a (diff)
Add LWP panel to debug toolbar.
Diffstat (limited to 'app.psgi')
-rw-r--r--app.psgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.psgi b/app.psgi
index cf88b8473..5f7128d00 100644
--- a/app.psgi
+++ b/app.psgi
@@ -8,7 +8,7 @@ use Catalyst::Utils;
my $app = FixMyStreet::App->apply_default_middlewares(FixMyStreet::App->psgi_app);
builder {
- enable 'Debug', panels => [ qw(Parameters Response DBIC::QueryLog CatalystLog Timer Memory FixMyStreet::Template) ]
+ enable 'Debug', panels => [ qw(Parameters Response DBIC::QueryLog CatalystLog Timer Memory FixMyStreet::Template LWP) ]
if Catalyst::Utils::env_value( 'FixMyStreet::App', 'DEBUG' );
$app;