changeset 8075:c7d1efd3ca3f

routes: rename crepo_check path to something that makes more clear what it is doing
author Mads Kiilerich <mads@kiilerich.com>
date Thu, 26 Dec 2019 04:02:48 +0100
parents 4780af2c6ff2
children bdb79ef2c879
files kallithea/config/routing.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/config/routing.py	Fri Dec 27 01:50:40 2019 +0100
+++ b/kallithea/config/routing.py	Thu Dec 26 04:02:48 2019 +0100
@@ -474,7 +474,7 @@
     #==========================================================================
     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:.*?}',