Do not return 404 for favicon.ico
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 28 Feb 2015 21:14:42 +0000 (23:14 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 28 Feb 2015 21:14:42 +0000 (23:14 +0200)
lib/Plack/App/Gruntmaster.pm

index aa473d866c1376d349c722c053329af5a3338232..3a7b9db121302ed83d9dcba510193693050324cb 100644 (file)
@@ -116,7 +116,6 @@ sub dispatch_request{
                },
 
                sub (/robots.txt) { NOT_FOUND },
-               sub (/favicon.ico) { NOT_FOUND },
 
                sub (/src/:job) {
                        return NOT_FOUND if !job;
This page took 0.01054 seconds and 4 git commands to generate.