Add endpoints required to store the results of a backup
This commit is contained in:
parent
ad9194a65c
commit
15b436d26e
4 changed files with 104 additions and 0 deletions
|
@ -11,4 +11,6 @@ Route::group(['prefix' => '/servers/{uuid}'], function () {
|
|||
Route::get('/', 'Servers\ServerDetailsController');
|
||||
Route::get('/install', 'Servers\ServerInstallController@index');
|
||||
Route::post('/install', 'Servers\ServerInstallController@store');
|
||||
|
||||
Route::post('/backup/{backup}', 'Servers\ServerBackupController');
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue