]> iEval git - plack-app-gruntmaster.git/blobdiff - lib/Plack/App/Gruntmaster.pm
Do not return 404 for favicon.ico
[plack-app-gruntmaster.git] / 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.020944 seconds and 4 git commands to generate.