Explorar el Código

PDF出力の動作確認

develop
sosuke.iwabuchi hace 2 años
padre
commit
659116385c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      routes/web.php

+ 1
- 1
routes/web.php Ver fichero

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

Cargando…
Cancelar
Guardar