mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 14:53:45 +02:00
Add ServerTransfer relation in Models/Server.php, notify the new daemon about the incoming server transfer
This commit is contained in:
@@ -13,3 +13,5 @@ Route::group(['prefix' => '/servers/{uuid}'], function () {
|
||||
Route::post('/install', 'Servers\ServerInstallController@store');
|
||||
Route::post('/archive', 'Servers\ServerTransferController@archive');
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user