From 025eb70c992914fbdf018c189d358ae250d2eeb1 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Mon, 22 Oct 2012 15:19:04 -0400 Subject: This needs to be cleaned and sanitized before publication. --- 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..a83a59f --- /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 POST +/user/#UserId UserR GET POST -- cgit v1.2.3