mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-19 20:10:55 +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',
|
'(?P<id>[1-9]\d*)/' => 'ConpherenceViewController',
|
||||||
'columnview/' => 'ConpherenceColumnViewController',
|
'columnview/' => 'ConpherenceColumnViewController',
|
||||||
'new/' => 'ConpherenceNewController',
|
'new/' => 'ConpherenceNewController',
|
||||||
'room/' => array(
|
'room/new/' => 'ConpherenceNewRoomController',
|
||||||
'(?:query/(?P<queryKey>[^/]+)/)?' => 'ConpherenceRoomListController',
|
|
||||||
'new/' => 'ConpherenceNewRoomController',
|
|
||||||
),
|
|
||||||
'search/(?:query/(?P<queryKey>[^/]+)/)?'
|
'search/(?:query/(?P<queryKey>[^/]+)/)?'
|
||||||
=> 'ConpherenceRoomListController',
|
=> 'ConpherenceRoomListController',
|
||||||
'panel/' => 'ConpherenceNotificationPanelController',
|
'panel/' => 'ConpherenceNotificationPanelController',
|
||||||
|
|
Loading…
Reference in a new issue