Show More
@@ -624,9 +624,11 b' def make_map(config):' | |||||
624 | 'pull_requests_global_0', '/pull_requests/{pull_request_id:[0-9]+}', |
|
624 | 'pull_requests_global_0', '/pull_requests/{pull_request_id:[0-9]+}', | |
625 | action='pull_requests') |
|
625 | action='pull_requests') | |
626 | m.connect( |
|
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 | action='pull_requests') |
|
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 | # USER JOURNAL |
|
633 | # USER JOURNAL | |
632 | rmap.connect('journal', '%s/journal' % (ADMIN_PREFIX,), |
|
634 | rmap.connect('journal', '%s/journal' % (ADMIN_PREFIX,), |
General Comments 0
You need to be logged in to leave comments.
Login now