diff --git a/src/Roots/Acorn/Application.php b/src/Roots/Acorn/Application.php index ede996ff..9f61dc56 100644 --- a/src/Roots/Acorn/Application.php +++ b/src/Roots/Acorn/Application.php @@ -75,10 +75,6 @@ public static function configure(?string $basePath = null) ->withEvents() ->withCommands() ->withProviders() - ->withRouting( - web: $basePath.'/routes/web.php', - api: $basePath.'/routes/api.php', - ) ->withMiddleware() ->withExceptions(); }