summaryrefslogtreecommitdiff
path: root/routes/web.php
diff options
context:
space:
mode:
Diffstat (limited to 'routes/web.php')
-rw-r--r--routes/web.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/routes/web.php b/routes/web.php
index a4387f4972..57e5ca6d99 100644
--- a/routes/web.php
+++ b/routes/web.php
@@ -179,6 +179,9 @@ if ($tree instanceof Tree && $tree->getPreference('imported') === '1' && Auth::i
'POST:delete-fact' => 'EditGedcomRecordController@deleteFact',
'POST:paste-fact' => 'EditGedcomRecordController@pasteFact',
'POST:delete-record' => 'EditGedcomRecordController@deleteRecord',
+ 'GET:add-fact' => 'EditGedcomRecordController@addFact',
+ 'GET:edit-fact' => 'EditGedcomRecordController@editFact',
+ 'POST:update-fact' => 'EditGedcomRecordController@updateFact',
'GET:search-replace' => 'SearchController@replace',
'POST:search-replace' => 'SearchController@replaceAction',
'GET:add-child-to-family' => 'EditFamilyController@addChild',