mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Conpherence - actually remove route from feedback in D12215
Summary: pebkac issue of some sort and I didn't actually commit removing the defunct /conpherence/room/ uri route Test Plan: made a new room and it worked Reviewers: chad, epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D12216
This commit is contained in:
parent
89fe35cb0e
commit
b200c3bd78
1 changed files with 1 additions and 4 deletions
|
@ -36,10 +36,7 @@ final class PhabricatorConpherenceApplication extends PhabricatorApplication {
|
|||
'(?P<id>[1-9]\d*)/' => 'ConpherenceViewController',
|
||||
'columnview/' => 'ConpherenceColumnViewController',
|
||||
'new/' => 'ConpherenceNewController',
|
||||
'room/' => array(
|
||||
'(?:query/(?P<queryKey>[^/]+)/)?' => 'ConpherenceRoomListController',
|
||||
'new/' => 'ConpherenceNewRoomController',
|
||||
),
|
||||
'room/new/' => 'ConpherenceNewRoomController',
|
||||
'search/(?:query/(?P<queryKey>[^/]+)/)?'
|
||||
=> 'ConpherenceRoomListController',
|
||||
'panel/' => 'ConpherenceNotificationPanelController',
|
||||
|
|
Loading…
Reference in a new issue