diff --git a/config/app.php b/config/app.php index 7f51cd47..148f45be 100644 --- a/config/app.php +++ b/config/app.php @@ -11,7 +11,7 @@ return [ // 是否启用路由 'with_route' => true, // 默认应用 - 'default_app' => 'index', + 'default_app' => 'api', // 默认时区 'default_timezone' => 'Asia/Shanghai',