diff options
author | Clint Adams <clint@softwarefreedom.org> | 2012-10-22 15:19:04 -0400 |
---|---|---|
committer | Clint Adams <clint@softwarefreedom.org> | 2012-10-22 15:19:04 -0400 |
commit | 025eb70c992914fbdf018c189d358ae250d2eeb1 (patch) | |
tree | 7367d3726594183bbb908d1a797cacd410c301cc /config/routes |
This needs to be cleaned and sanitized before publication.
Diffstat (limited to 'config/routes')
-rw-r--r-- | config/routes | 8 |
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 |