X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=bluechips%2Fconfig%2Frouting.py;h=4a95c3b588c21ae483fa87f9e7a732fb4b5aeae8;hb=afa1282a519cc7bda8e11082914ef4045139f113;hp=aa7ace07dc826df4a4b3cd5800c914e842d7e57a;hpb=0ac94d84ed130a99acb3007faae3dff747f34b86;p=bluechips.git diff --git a/bluechips/config/routing.py b/bluechips/config/routing.py index aa7ace0..4a95c3b 100644 --- a/bluechips/config/routing.py +++ b/bluechips/config/routing.py @@ -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')