Add ServerTransfer relation in Models/Server.php, notify the new daemon about the incoming server transfer
This commit is contained in:
parent
86b7b6ecc3
commit
6ba6c34252
6 changed files with 79 additions and 19 deletions
|
@ -13,3 +13,5 @@ Route::group(['prefix' => '/servers/{uuid}'], function () {
|
|||
Route::post('/install', 'Servers\ServerInstallController@store');
|
||||
Route::post('/archive', 'Servers\ServerTransferController@archive');
|
||||
});
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue