File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
src/applications/harbormaster/application Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,11 @@ public function getHelpDocumentationArticles(PhabricatorUser $viewer) {
5252 }
5353
5454 public function getRoutes () {
55+ /* Bug 2015969 */
56+ /* 'hook/' => array( */
57+ /* 'circleci/' => 'HarbormasterCircleCIHookController', */
58+ /* 'buildkite/' => 'HarbormasterBuildkiteHookController', */
59+ /* ), */
5560 return array (
5661 '/B(?P<id>[1-9]\d*) ' => 'HarbormasterBuildableViewController ' ,
5762 '/harbormaster/ ' => array (
@@ -95,7 +100,6 @@ public function getRoutes() {
95100 '(?P<id>\d+)/ ' => 'HarbormasterLintMessagesController ' ,
96101 ),
97102 'hook/ ' => array (
98- 'circleci/ ' => 'HarbormasterCircleCIHookController ' ,
99103 'buildkite/ ' => 'HarbormasterBuildkiteHookController ' ,
100104 ),
101105 'log/ ' => array (
You can’t perform that action at this time.
0 commit comments