Add the ability to create mounts
This commit is contained in:
parent
a750362e5a
commit
a4af8ec977
6 changed files with 167 additions and 5 deletions
|
@ -175,6 +175,8 @@ Route::group(['prefix' => 'nodes'], function () {
|
|||
*/
|
||||
Route::group(['prefix' => 'mounts'], function () {
|
||||
Route::get('/', 'MountController@index')->name('admin.mounts');
|
||||
|
||||
Route::post('/', 'MountController@create');
|
||||
});
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue