diff --git a/src/applications/system/application/PhabricatorSystemApplication.php b/src/applications/system/application/PhabricatorSystemApplication.php --- a/src/applications/system/application/PhabricatorSystemApplication.php +++ b/src/applications/system/application/PhabricatorSystemApplication.php @@ -30,4 +30,10 @@ ); } + public function getResourceRoutes() { + return array( + '/status/' => 'PhabricatorStatusController', + ); + } + }