Rough cut of Herald home controller.

This commit is contained in:
epriestley
2011-03-22 13:49:46 -07:00
parent 084c79d85a
commit 75fcf56b67
8 changed files with 284 additions and 0 deletions

View File

@@ -217,6 +217,11 @@ class AphrontDefaultApplicationConfiguration
'$' => 'PhabricatorDaemonConsoleController',
),
'/herald/' => array(
'$' => 'HeraldHomeController',
'view/(?P<view>[^/]+)/$' => 'HeraldHomeController',
),
);
}