summaryrefslogtreecommitdiff
path: root/routes/web.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2018-07-22 09:29:30 +0100
committerGreg Roach <fisharebest@webtrees.net>2018-07-22 13:06:34 +0100
commitdf9e9596f3f70b51e1e7eacaff7286fee63554cb (patch)
treede6c606a34e8fb6a81e76caa68c8618deeef3412 /routes/web.php
parent05ff554c335ed6e1edebc98d4db006329b1862a9 (diff)
downloadwebtrees-df9e9596f3f70b51e1e7eacaff7286fee63554cb.tar.gz
webtrees-df9e9596f3f70b51e1e7eacaff7286fee63554cb.tar.bz2
webtrees-df9e9596f3f70b51e1e7eacaff7286fee63554cb.zip
Refactoring maps
Diffstat (limited to 'routes/web.php')
-rw-r--r--routes/web.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/routes/web.php b/routes/web.php
index 922a52f121..a662ec2046 100644
--- a/routes/web.php
+++ b/routes/web.php
@@ -106,6 +106,12 @@ if (Auth::isAdmin()) {
'POST:upgrade' => 'AdminUpgradeController@step',
'GET:admin-module' => 'AdminModuleController@action',
'POST:admin-module' => 'AdminModuleController@action',
+ 'GET:map-provider' => 'AdminMapController@mapProviderEdit',
+ 'POST:map-provider' => 'AdminMapController@mapProviderSave',
+ 'GET:map-data' => 'AdminLocationController@mapData',
+ 'GET:map-data-edit' => 'AdminLocationController@mapDataEdit',
+ 'POST:map-data-edit' => 'AdminLocationController@mapDataSave',
+ 'POST:map-data-delete' => 'AdminLocationController@mapDataDelete',
];
}