# HG changeset patch # User Marcin Kuzminski # Date 2011-04-05 15:27:23 # Node ID a2dba9356c6470cda53ed73a92d9a5252b9fb70a # Parent 68e34f5cf12292098b367acb8718fba0cc89f13b fixed removed route during pep8ify diff --git a/rhodecode/config/routing.py b/rhodecode/config/routing.py --- a/rhodecode/config/routing.py +++ b/rhodecode/config/routing.py @@ -37,6 +37,8 @@ def make_map(config): #MAIN PAGE rmap.connect('home', '/', controller='home', action='index') + rmap.connect('repo_switcher', '/repos', controller='home', + action='repo_switcher') rmap.connect('bugtracker', "http://bitbucket.org/marcinkuzminski/rhodecode/issues", _static=True)