mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 22:33:44 +02:00
Add successful column to server_transfers table, get server transfers working properly :)
This commit is contained in:
@@ -12,6 +12,8 @@ Route::group(['prefix' => '/servers/{uuid}'], function () {
|
||||
Route::get('/install', 'Servers\ServerInstallController@index');
|
||||
Route::post('/install', 'Servers\ServerInstallController@store');
|
||||
Route::post('/archive', 'Servers\ServerTransferController@archive');
|
||||
Route::get('/transfer/failure', 'Servers\ServerTransferController@failure');
|
||||
Route::get('/transfer/success', 'Servers\ServerTransferController@success');
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user