Skip to content

Commit cb93da5

Browse files
committed
Revert "Add error route"
This reverts commit e6df8f7.
1 parent 141c66c commit cb93da5

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
@@ -11,9 +11,5 @@
1111
return Inertia::render('Dashboard');
1212
})->middleware(['auth', 'verified'])->name('dashboard');
1313

14-
Route::get('error', function () {
15-
abort(500);
16-
});
17-
1814
require __DIR__.'/settings.php';
1915
require __DIR__.'/auth.php';

0 commit comments

Comments
 (0)