No need to serve dictionaries anymore.

This commit is contained in:
Colin Kuskie 2012-01-23 08:47:31 -08:00
parent c253db8c15
commit 35f1492796

View file

@ -24,7 +24,6 @@ builder {
# Reproduce URL handler functionality with middleware # Reproduce URL handler functionality with middleware
enable '+WebGUI::Middleware::Snoop'; enable '+WebGUI::Middleware::Snoop';
enable 'Status', path => qr{^/uploads/dictionaries}, status => 401;
# For PassThru, use Plack::Builder::mount # For PassThru, use Plack::Builder::mount