From 9cd97f1cf218a65762f4682fad876128d886c532 Mon Sep 17 00:00:00 2001 From: chenbo <709206448@qq.com> Date: Thu, 7 Dec 2023 11:20:59 +0800 Subject: [PATCH] debug --- route/admin.php | 1 + 1 file changed, 1 insertion(+) diff --git a/route/admin.php b/route/admin.php index 84637e04..c39af230 100644 --- a/route/admin.php +++ b/route/admin.php @@ -27,6 +27,7 @@ Route::group(config('admin.admin_prefix'), function () { Route::group(config('admin.api_admin_prefix') . '/', function () { $path = $this->app->getRootPath() . 'route' . DIRECTORY_SEPARATOR.'admin'; + halt($path); $files = scandir($path); foreach ($files as $file) { if($file != '.' && $file != '..'){