Rough cut of Herald home controller.
This commit is contained in:
@@ -217,6 +217,11 @@ class AphrontDefaultApplicationConfiguration
|
||||
'$' => 'PhabricatorDaemonConsoleController',
|
||||
),
|
||||
|
||||
'/herald/' => array(
|
||||
'$' => 'HeraldHomeController',
|
||||
'view/(?P<view>[^/]+)/$' => 'HeraldHomeController',
|
||||
),
|
||||
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user