From 6e99d20972bec95d3502ef7549d74f67b4cf0001 Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Sat, 27 Sep 2014 15:34:15 +0200 Subject: Initial commit (using Yesod's scaffolding) --- config/routes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 config/routes (limited to 'config/routes') diff --git a/config/routes b/config/routes new file mode 100644 index 0000000..9b35815 --- /dev/null +++ b/config/routes @@ -0,0 +1,6 @@ +/static StaticR Static getStatic + +/favicon.ico FaviconR GET +/robots.txt RobotsR GET + +/ HomeR GET -- cgit v1.2.3