summaryrefslogtreecommitdiff
path: root/routes/web.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2019-01-22 10:03:18 +0000
committerGreg Roach <fisharebest@webtrees.net>2019-01-22 10:22:30 +0000
commite539f5c659fdb4b3fcf865b058906958d688ba15 (patch)
tree77b0cadb2c8d5a71f96e971fbc583ddd6d8b519a /routes/web.php
parentd279a86e6770b5e6a6d888a56fcc7c0f1239a0e4 (diff)
downloadwebtrees-e539f5c659fdb4b3fcf865b058906958d688ba15.tar.gz
webtrees-e539f5c659fdb4b3fcf865b058906958d688ba15.tar.bz2
webtrees-e539f5c659fdb4b3fcf865b058906958d688ba15.zip
Merge AncestorsChartController into AncestorsChartModule
Diffstat (limited to 'routes/web.php')
-rw-r--r--routes/web.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/routes/web.php b/routes/web.php
index 09db5841ca..685b3fda13 100644
--- a/routes/web.php
+++ b/routes/web.php
@@ -274,8 +274,6 @@ if ($tree instanceof Tree && $tree->getPreference('imported') === '1') {
'GET:place-hierarchy' => 'PlaceHierarchyController@show',
'GET:repository-list' => 'ListController@repositoryList',
'GET:source-list' => 'ListController@sourceList',
- 'GET:ancestors' => 'AncestorsChartController@page',
- 'GET:ancestors-chart' => 'AncestorsChartController@chart',
'GET:compact-tree' => 'CompactTreeChartController@page',
'GET:compact-tree-chart' => 'CompactTreeChartController@chart',
'GET:descendants' => 'DescendantsChartController@page',