Route and handle install state updates
This commit is contained in:
parent
bb9a3714cb
commit
dbc7c597d0
3 changed files with 52 additions and 2 deletions
|
@ -9,5 +9,6 @@ Route::post('/download-file', 'FileDownloadController@index');
|
|||
Route::post('/sftp/auth', 'SftpAuthenticationController');
|
||||
Route::group(['prefix' => '/servers/{uuid}'], function () {
|
||||
Route::get('/', 'Servers\ServerDetailsController');
|
||||
Route::get('/install', 'Servers\ServerInstallController');
|
||||
Route::get('/install', 'Servers\ServerInstallController@index');
|
||||
Route::post('/install', 'Servers\ServerInstallController@store');
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue