mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 14:53:45 +02:00
Add endpoint to return startup variables; send back modified startup when a variable is edited
This commit is contained in:
@@ -103,6 +103,7 @@ Route::group(['prefix' => '/servers/{server}', 'middleware' => [AuthenticateServ
|
||||
});
|
||||
|
||||
Route::group(['prefix' => '/startup'], function () {
|
||||
Route::get('/', 'Servers\StartupController@index');
|
||||
Route::put('/variable', 'Servers\StartupController@update');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user