Skip to content

Commit c8ee8d8

Browse files
author
epriestley
committedMay 30, 2014
Fix routes for MetaMTA
Summary: This no longer has a base URI since it's not accessible.
1 parent 851794e commit c8ee8d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/applications/metamta/application/PhabricatorApplicationMetaMTA.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function getTypeaheadURI() {
3232

3333
public function getRoutes() {
3434
return array(
35-
$this->getBaseURI() => array(
35+
'/mail/' => array(
3636
'sendgrid/' => 'PhabricatorMetaMTASendGridReceiveController',
3737
'mailgun/' => 'PhabricatorMetaMTAMailgunReceiveController',
3838
),

0 commit comments

Comments
 (0)
Failed to load comments.