Update web.php
This commit is contained in:
parent
119a7fdebb
commit
360a70f3d8
1 changed files with 0 additions and 2 deletions
|
@ -119,8 +119,6 @@ Route::middleware(['auth', 'checkSuspended'])->group(function () {
|
|||
Route::prefix('admin')->name('admin.')->middleware('admin')->group(function () {
|
||||
|
||||
//overview
|
||||
Route::get('legal', [OverViewController::class, 'index'])->name('overview.index');
|
||||
|
||||
Route::get('overview', [OverViewController::class, 'index'])->name('overview.index');
|
||||
Route::get('overview/sync', [OverViewController::class, 'syncPterodactyl'])->name('overview.sync');
|
||||
|
||||
|
|
Loading…
Reference in a new issue