Get to the point where we can start notifying the other daemon, remove TransferJob.php, add DaemonTransferRepository.php
This commit is contained in:
parent
a2eab3ca43
commit
5007ce0b1c
8 changed files with 172 additions and 115 deletions
|
@ -11,4 +11,5 @@ Route::group(['prefix' => '/servers/{uuid}'], function () {
|
|||
Route::get('/', 'Servers\ServerDetailsController');
|
||||
Route::get('/install', 'Servers\ServerInstallController@index');
|
||||
Route::post('/install', 'Servers\ServerInstallController@store');
|
||||
Route::post('/archive', 'Servers\ServerTransferController@archive');
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue