Add endpoint for triggering restoration completion
This commit is contained in:
parent
e700b4da78
commit
f24193801a
3 changed files with 40 additions and 2 deletions
|
@ -19,5 +19,6 @@ Route::group(['prefix' => '/servers/{uuid}'], function () {
|
|||
|
||||
Route::group(['prefix' => '/backups'], function () {
|
||||
Route::get('/{backup}', 'Backups\BackupRemoteUploadController');
|
||||
Route::post('/{backup}', 'Backups\BackupStatusController');
|
||||
Route::post('/{backup}', 'Backups\BackupStatusController@index');
|
||||
Route::post('/{backup}/restore', 'Backups\BackupStatusController@restore');
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue