This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
sosuke.iwabuchi
/
SATE-EasyReceipt
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
PDF出力の動作確認
develop
sosuke.iwabuchi
2 years ago
parent
a166df4fbd
commit
659116385c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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', '.*');
Write
Preview
Loading…
Cancel
Save