| Index: dashboard/dashboard/dispatcher.py
|
| diff --git a/dashboard/dashboard/dispatcher.py b/dashboard/dashboard/dispatcher.py
|
| index d1fd3749153fa3597cc9196c9545e6f2dcd9620c..38d53bbce131848e2a1a507fb168b98be82d61d4 100644
|
| --- a/dashboard/dashboard/dispatcher.py
|
| +++ b/dashboard/dashboard/dispatcher.py
|
| @@ -122,6 +122,7 @@ _URL_MAPPING = [
|
| speed_releasing.SpeedReleasingHandler),
|
| ('/speed_releasing', speed_releasing.SpeedReleasingHandler),
|
| ('/start_try_job', start_try_job.StartBisectHandler),
|
| + ('/start_pinpoint_job', start_try_job.StartPinpointHandler),
|
| ('/stoppage_alert_debugging_info',
|
| stoppage_alert_debugging_info.StoppageAlertDebuggingInfoHandler),
|
| ('/test_buildbucket', test_buildbucket.TestBuildbucketHandler),
|
|
|