From 659116385c0febc95f6085d13a19188485652ff2 Mon Sep 17 00:00:00 2001 From: "sosuke.iwabuchi" Date: Thu, 13 Apr 2023 09:33:02 +0900 Subject: [PATCH] =?UTF-8?q?PDF=E5=87=BA=E5=8A=9B=E3=81=AE=E5=8B=95?= =?UTF-8?q?=E4=BD=9C=E7=A2=BA=E8=AA=8D?= 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 daee8e2..837f1ab 100644 --- a/routes/web.php +++ b/routes/web.php @@ -15,6 +15,6 @@ use App\Util\RouteHelper; // ルーティングで適合しない場合はフロント側のRoutingにゆだねる - +Route::get('pdf', 'App\Http\Controllers\PDFController@index'); RouteHelper::get('/{any?}', App\Http\Controllers\Web\IndexController::class)->where('any', '.*');