1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-18 21:02:41 +01:00

Fix routes for MetaMTA

Summary: This no longer has a base URI since it's not accessible.
This commit is contained in:
epriestley 2014-05-30 11:33:11 -07:00
parent 851794e895
commit c8ee8d8ae9

View file

@ -32,7 +32,7 @@ final class PhabricatorApplicationMetaMTA extends PhabricatorApplication {
public function getRoutes() { public function getRoutes() {
return array( return array(
$this->getBaseURI() => array( '/mail/' => array(
'sendgrid/' => 'PhabricatorMetaMTASendGridReceiveController', 'sendgrid/' => 'PhabricatorMetaMTASendGridReceiveController',
'mailgun/' => 'PhabricatorMetaMTAMailgunReceiveController', 'mailgun/' => 'PhabricatorMetaMTAMailgunReceiveController',
), ),