From 514ff2acff2ba9ad9f809e22fc8ed5a986410e5d Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Fri, 19 Apr 2013 17:57:46 -0400 Subject: Initial stab. --- config/routes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 config/routes (limited to 'config/routes') diff --git a/config/routes b/config/routes new file mode 100644 index 0000000..5ec7492 --- /dev/null +++ b/config/routes @@ -0,0 +1,8 @@ +/static StaticR Static getStatic +/auth AuthR Auth getAuth + +/favicon.ico FaviconR GET +/robots.txt RobotsR GET + +/ HomeR GET +/register/#Ledger RegisterR GET -- cgit v1.2.3