]> asedeno.scripts.mit.edu Git - bluechips.git/blobdiff - bluechips/config/routing.py
set user settings title on user controller
[bluechips.git] / bluechips / config / routing.py
index aa7ace07dc826df4a4b3cd5800c914e842d7e57a..4a95c3b588c21ae483fa87f9e7a732fb4b5aeae8 100644 (file)
@@ -19,8 +19,7 @@ def make_map():
 
     # CUSTOM ROUTES HERE
     map.connect('/', controller='status', action='index')
-    map.connect('/:controller')
-    map.connect('/:controller/', action='index')
+    map.connect('/:controller', action='index')
     map.connect('/:controller/:action')
     map.connect('/:controller/:action/:id')