summaryrefslogtreecommitdiff
path: root/config/routes
diff options
context:
space:
mode:
authorClint Adams <clint@softwarefreedom.org>2012-10-22 15:19:04 -0400
committerClint Adams <clint@softwarefreedom.org>2012-10-22 15:19:04 -0400
commit025eb70c992914fbdf018c189d358ae250d2eeb1 (patch)
tree7367d3726594183bbb908d1a797cacd410c301cc /config/routes
This needs to be cleaned and sanitized before publication.
Diffstat (limited to 'config/routes')
-rw-r--r--config/routes8
1 files changed, 8 insertions, 0 deletions
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