From a44d30e6f1cee9e9642a7c2f3dc123d31b682dc8 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 27 Nov 2012 23:51:24 +0000 Subject: [PATCH] web: serve a favicon (Yesod's) --- hledger-web/config/routes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger-web/config/routes b/hledger-web/config/routes index a164b9057..02a2bf7bc 100644 --- a/hledger-web/config/routes +++ b/hledger-web/config/routes @@ -1,5 +1,5 @@ /static StaticR Static getStatic --- /favicon.ico FaviconR GET +/favicon.ico FaviconR GET /robots.txt RobotsR GET / RootR GET