Move MountController.php

This commit is contained in:
Matthew Penner 2020-05-20 18:45:00 -06:00
parent 00d1b5861a
commit a750362e5a
2 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ Route::group(['prefix' => 'nodes'], function () {
|
*/
Route::group(['prefix' => 'mounts'], function () {
Route::get('/', 'Mounts\MountController@index')->name('admin.mounts');
Route::get('/', 'MountController@index')->name('admin.mounts');
});
/*