diff --git a/routes/web.php b/routes/web.php index 7e743530..e6b68784 100644 --- a/routes/web.php +++ b/routes/web.php @@ -52,3 +52,5 @@ }); + +Route::get('/ed/403', [InfoController::class, 'ed403']);