We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ab0c80 commit 66a7302Copy full SHA for 66a7302
lib/MetaCPAN/Middleware/Static.pm
@@ -56,11 +56,6 @@ sub wrap {
56
};
57
58
59
- mount '/sitemap-authors.xml.gz' => Plack::App::File->new(
60
- file => 'root/static/sitemaps/sitemap-authors.xml.gz' )->to_app;
61
- mount '/sitemap-releases.xml.gz' => Plack::App::File->new(
62
- file => 'root/static/sitemaps/sitemap-releases.xml.gz' )->to_app;
63
-
64
my $favicon_app
65
= Plack::App::File->new( file => 'root/static/icons/favicon.ico' )
66
->to_app;
0 commit comments