]> asedeno.scripts.mit.edu Git - bluechips.git/blobdiff - bluechips/config/routing.py
Add history controller to display old transactions
[bluechips.git] / bluechips / config / routing.py
index 199a1b42f4e88846a142887a1119c69ee332637c..aa7ace07dc826df4a4b3cd5800c914e842d7e57a 100644 (file)
@@ -18,7 +18,7 @@ def make_map():
     map.connect('error/:action/:id', controller='error')
 
     # CUSTOM ROUTES HERE
-
+    map.connect('/', controller='status', action='index')
     map.connect('/:controller')
     map.connect('/:controller/', action='index')
     map.connect('/:controller/:action')