mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-27 02:23:44 +02:00
Support modifying the primary allocation for a server
This commit is contained in:
@@ -76,6 +76,7 @@ Route::group(['prefix' => '/servers/{server}', 'middleware' => [AuthenticateServ
|
||||
|
||||
Route::group(['prefix' => '/network'], function () {
|
||||
Route::get('/', 'Servers\NetworkController@index');
|
||||
Route::put('/primary', 'Servers\NetworkController@storePrimary');
|
||||
});
|
||||
|
||||
Route::group(['prefix' => '/users'], function () {
|
||||
|
||||
Reference in New Issue
Block a user