From ebf215d9710bb225d47e10285c087848b42d7aa9 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 5 Oct 2011 00:48:53 +0000 Subject: [PATCH] web: another fix for cabal builds, disable favicon.ico since it's not easily embeddable --- hledger-web/routes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger-web/routes b/hledger-web/routes index 41c83f670..2ef5f5877 100644 --- a/hledger-web/routes +++ b/hledger-web/routes @@ -1,5 +1,5 @@ /static StaticR Static getStatic -/favicon.ico FaviconR GET +-- /favicon.ico FaviconR GET /robots.txt RobotsR GET / RootR GET /journal JournalR GET POST