mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
Add increment id to mount, add basic mount view page
This commit is contained in:
@@ -175,6 +175,7 @@ Route::group(['prefix' => 'nodes'], function () {
|
||||
*/
|
||||
Route::group(['prefix' => 'mounts'], function () {
|
||||
Route::get('/', 'MountController@index')->name('admin.mounts');
|
||||
Route::get('/view/{mount}', 'MountController@view')->name('admin.mounts.view');
|
||||
|
||||
Route::post('/', 'MountController@create');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user