# HG changeset patch # User Mads Kiilerich # Date 2019-12-26 04:02:48 # Node ID c7d1efd3ca3fc341e3b85b8a5cfe2e897b850432 # Parent 4780af2c6ff2d8e380a66f471c4c40f132f5dc92 routes: rename crepo_check path to something that makes more clear what it is doing diff --git a/kallithea/config/routing.py b/kallithea/config/routing.py --- a/kallithea/config/routing.py +++ b/kallithea/config/routing.py @@ -474,7 +474,7 @@ def make_map(config): #========================================================================== rmap.connect('repo_creating_home', '/{repo_name:.*?}/repo_creating', controller='admin/repos', action='repo_creating') - rmap.connect('repo_check_home', '/{repo_name:.*?}/crepo_check', + rmap.connect('repo_check_home', '/{repo_name:.*?}/repo_check_creating', controller='admin/repos', action='repo_check') rmap.connect('summary_home', '/{repo_name:.*?}',