From 6d4823919d9e0737f40669aa7cfd6dd719ba70c8 Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq.com> Date: Mon, 29 Jun 2026 14:19:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E6=94=BEdevice?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routes/api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/api.php b/routes/api.php index c129eb8..1f04e90 100644 --- a/routes/api.php +++ b/routes/api.php @@ -14,4 +14,4 @@ use Illuminate\Support\Facades\Route; */ include __DIR__ . '/' . 'admin/api.php'; -//include __DIR__ . '/' . 'device/api.php'; +include __DIR__ . '/' . 'device/api.php';