Skip to content

Commit 8792c26

Browse files
committed
Don't need this
1 parent 7af9655 commit 8792c26

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

routes/web.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,6 @@
7474
});
7575

7676

77-
Route::middleware(['account.banned'])->group(function(){
78-
Route::get('/banned', [ErrorsController::class, 'userIsBanned'])->name('banned');
79-
});
80-
8177
// Calendar management
8278
Route::middleware(['account.deletion', 'agreement', 'account.banned'])->group(function () {
8379
Route::group(['as' => 'calendars.', 'prefix' => 'calendars'], function(){

0 commit comments

Comments
 (0)