Browse Source

PDF出力の動作確認

develop
sosuke.iwabuchi 2 years ago
parent
commit
659116385c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      routes/web.php

+ 1
- 1
routes/web.php View File

@@ -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', '.*');

Loading…
Cancel
Save