diff --git a/bootstrap/app.php b/bootstrap/app.php index 4d5c55f..055690d 100644 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -21,11 +21,6 @@ return Application::configure(basePath: dirname(__DIR__)) ->domain($wmHost) ->name('ui.webmail.') ->group(base_path('routes/webmail.php')); - - // Path-based fallback (no names — avoids duplicate-name conflict) - Route::middleware('web') - ->prefix('webmail') - ->group(base_path('routes/webmail.php')); } else { Route::middleware('web') ->prefix('webmail')