This commit is contained in:
epriestley
2011-01-25 17:40:21 -08:00
parent 74eb6d2bd5
commit bc57b12ef0
18 changed files with 676 additions and 8 deletions

View File

@@ -93,6 +93,12 @@ class AphrontDefaultApplicationConfiguration
'common/(?<type>\w+)/$'
=> 'PhabricatorTypeaheadCommonDatasourceController',
),
'/mail/' => array(
'$' => 'PhabricatorMetaMTAListController',
'send/$' => 'PhabricatorMetaMTASendController',
'view/(?<id>\d+)/$' => 'PhabricatorMetaMTAViewController',
)
);
}