Show More
@@ -624,9 +624,11 b' def make_map(config):' | |||
|
624 | 624 | 'pull_requests_global_0', '/pull_requests/{pull_request_id:[0-9]+}', |
|
625 | 625 | action='pull_requests') |
|
626 | 626 | m.connect( |
|
627 | 'pull_requests_global', '/pull-requests/{pull_request_id:[0-9]+}', | |
|
627 | 'pull_requests_global_1', '/pull-requests/{pull_request_id:[0-9]+}', | |
|
628 | 628 | action='pull_requests') |
|
629 | ||
|
629 | m.connect( | |
|
630 | 'pull_requests_global', '/pull-request/{pull_request_id:[0-9]+}', | |
|
631 | action='pull_requests') | |
|
630 | 632 | |
|
631 | 633 | # USER JOURNAL |
|
632 | 634 | rmap.connect('journal', '%s/journal' % (ADMIN_PREFIX,), |
General Comments 0
You need to be logged in to leave comments.
Login now