mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-26 18:23:43 +02:00
Update server listing and associated logic to pull from the panel dynamiacally
This commit is contained in:
@@ -29,7 +29,7 @@ Route::group(['prefix' => '/account'], function () {
|
||||
*/
|
||||
Route::group(['prefix' => '/servers/{server}', 'middleware' => [AuthenticateServerAccess::class]], function () {
|
||||
Route::get('/', 'Servers\ServerController@index')->name('api.client.servers.view');
|
||||
Route::get('/utilization', 'Servers\ResourceUtilizationController@index')
|
||||
Route::get('/resources', 'Servers\ResourceUtilizationController')
|
||||
->name('api.client.servers.resources');
|
||||
|
||||
Route::post('/command', 'Servers\CommandController@index')->name('api.client.servers.command');
|
||||
|
||||
Reference in New Issue
Block a user