mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-17 22:03:44 +02:00
Move MountController.php
This commit is contained in:
@@ -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');
|
||||
});
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user