Chromium Code Reviews| Index: main.py |
| diff --git a/main.py b/main.py |
| index ba5d44f2afa20ae6543bb5045d452122c97dd82c..9717feb60601f03d56bd039a3de447313414fa6c 100644 |
| --- a/main.py |
| +++ b/main.py |
| @@ -40,6 +40,7 @@ URLS = [ |
| ('/breakpad/?', breakpad.BreakPad), |
| ('/cq/receiver/?', commit_queue.Receiver), |
| ('/cq/?', commit_queue.Summary), |
| + ('/cq/top', commit_queue.TopScore), |
| ('/cq/([^/]+)/?', commit_queue.User), |
| ('/cq/([^/]+)/(\d+)/?', commit_queue.Issue), |
| ('/cq/([^/]+)/(\d+)/(\d+)/?', commit_queue.Issue), |