From 87753e987d358e98dd2b2f88e87f97421dfb24b2 Mon Sep 17 00:00:00 2001 From: XiaoLFeng Date: Sat, 24 Jun 2023 20:59:12 +0800 Subject: [PATCH] =?UTF-8?q?Api=E8=B7=AF=E7=94=B1=E8=A1=A8=E5=91=BD?= =?UTF-8?q?=E5=90=8D?= 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 5b235d8..93b2db2 100644 --- a/routes/api.php +++ b/routes/api.php @@ -43,6 +43,6 @@ }); Route::prefix('custom')->group(function () { - Route::post('add',[Link::class,'apiCustomAdd']); + Route::post('add',[Link::class,'apiCustomAdd'])->name('api.link.custom.add'); }); });