From 35f1492796e30b01af68019b85e30761153a74a1 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 23 Jan 2012 08:47:31 -0800 Subject: [PATCH] No need to serve dictionaries anymore. --- share/site.psgi | 1 - 1 file changed, 1 deletion(-) diff --git a/share/site.psgi b/share/site.psgi index b78533e7c..f1c507a1f 100644 --- a/share/site.psgi +++ b/share/site.psgi @@ -24,7 +24,6 @@ builder { # Reproduce URL handler functionality with middleware enable '+WebGUI::Middleware::Snoop'; - enable 'Status', path => qr{^/uploads/dictionaries}, status => 401; # For PassThru, use Plack::Builder::mount