diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2018-07-22 09:29:30 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2018-07-22 13:06:34 +0100 |
| commit | df9e9596f3f70b51e1e7eacaff7286fee63554cb (patch) | |
| tree | de6c606a34e8fb6a81e76caa68c8618deeef3412 /routes/web.php | |
| parent | 05ff554c335ed6e1edebc98d4db006329b1862a9 (diff) | |
| download | webtrees-df9e9596f3f70b51e1e7eacaff7286fee63554cb.tar.gz webtrees-df9e9596f3f70b51e1e7eacaff7286fee63554cb.tar.bz2 webtrees-df9e9596f3f70b51e1e7eacaff7286fee63554cb.zip | |
Refactoring maps
Diffstat (limited to 'routes/web.php')
| -rw-r--r-- | routes/web.php | 6 |
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', ]; } |
