This commit is contained in:
epriestley
2011-04-03 14:48:36 -07:00
parent 4993bb9a9b
commit 65e1386753
18 changed files with 448 additions and 1 deletions

View File

@@ -251,6 +251,12 @@ class AphrontDefaultApplicationConfiguration
'view/(?P<class>[^/]+)/$' => 'PhabricatorUIExampleRenderController',
),
'/owners/' => array(
'$' => 'PhabricatorOwnersListController',
'view/(?P<view>[^/]+)/$' => 'PhabricatorOwnersListController',
'package/(?P<id>\d+)/$' => 'PhabricatorOwnersDetailController',
),
);
}