From 49c46eaaa1823f200a1a12861deba89f3fef7ab3 Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Sun, 20 Nov 2022 21:55:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routes/modules.php | 1 + 1 file changed, 1 insertion(+) diff --git a/routes/modules.php b/routes/modules.php index cb4fc2e..0777e56 100644 --- a/routes/modules.php +++ b/routes/modules.php @@ -10,6 +10,7 @@ use Illuminate\Support\Facades\Route; Route::get('modules', [ModuleController::class, 'index']); +Route::get('/', [ModuleController::class, 'index']); Route::apiResource('hosts', HostController::class);