From dc157ea7fbf15f357721f23ee80a8bf21e097390 Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Mon, 13 Feb 2023 17:06:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E4=B8=BB=E6=9C=BA=E7=9A=84=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routes/web.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/web.php b/routes/web.php index c507782..634e04b 100644 --- a/routes/web.php +++ b/routes/web.php @@ -59,7 +59,7 @@ function () { /* End 账户区域 */ /* Start 主机 */ - Route::resource('hosts', HostController::class)->only(['index', 'destroy']); + Route::resource('hosts', HostController::class)->only(['index', 'update', 'destroy']); Route::post('hosts/{host}/renew', [HostController::class, 'renew'])->name('hosts.renew'); /* End 主机 */