Show More
@@ -521,7 +521,7 b' def make_map(config):' | |||
|
521 | 521 | controller='pullrequests', action='delete_comment', |
|
522 | 522 | conditions=dict(function=check_repo, method=["DELETE"])) |
|
523 | 523 | |
|
524 | rmap.connect('summary_home', '/{repo_name:.*?}/summary', | |
|
524 | rmap.connect('summary_home_summary', '/{repo_name:.*?}/summary', | |
|
525 | 525 | controller='summary', conditions=dict(function=check_repo)) |
|
526 | 526 | |
|
527 | 527 | rmap.connect('shortlog_home', '/{repo_name:.*?}/shortlog', |
General Comments 0
You need to be logged in to leave comments.
Login now