Rough cut of herald transcripts and Differential adapter.
This commit is contained in:
@@ -225,7 +225,8 @@ class AphrontDefaultApplicationConfiguration
|
||||
'delete/(?P<id>\d+)/$' => 'HeraldDeleteController',
|
||||
'test/$' => 'HeraldTestConsoleController',
|
||||
'transcript/$' => 'HeraldTranscriptListController',
|
||||
'transcript/(?P<id>\d+)/$' => 'HeraldTranscriptController',
|
||||
'transcript/(?P<id>\d+)/(?:(?P<filter>\w+)/)?$'
|
||||
=> 'HeraldTranscriptController',
|
||||
),
|
||||
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user