mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Apply fixes from StyleCI (#14899)
Co-authored-by: StyleCI Bot <bot@styleci.io>
This commit is contained in:
@@ -29,7 +29,6 @@ Route::get('graph/{path?}', 'GraphController')
|
||||
|
||||
// WebUI
|
||||
Route::group(['middleware' => ['auth'], 'guard' => 'auth'], function () {
|
||||
|
||||
// pages
|
||||
Route::post('alert/{alert}/ack', [\App\Http\Controllers\AlertController::class, 'ack'])->name('alert.ack');
|
||||
Route::resource('device-groups', 'DeviceGroupController');
|
||||
|
Reference in New Issue
Block a user