commit files that were out of view
This commit is contained in:
parent
58ad7a4b27
commit
855af7cb4d
3 changed files with 3 additions and 5 deletions
|
@ -23,7 +23,6 @@ Route::get('/', 'ClientController@index')->name('api.client.index');
|
|||
Route::group(['prefix' => '/servers/{server}', 'middleware' => [AuthenticateClientAccess::class]], function () {
|
||||
Route::get('/', 'Servers\ServerController@index')->name('api.client.servers.view');
|
||||
Route::get('/utilization', 'Servers\ResourceUtilizationController@index')
|
||||
->middleware(['throttle:20,1'])
|
||||
->name('api.client.servers.resources');
|
||||
|
||||
Route::post('/command', 'Servers\CommandController@index')->name('api.client.servers.command');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue