Added route file in web.php
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
Gemini PR Review / Gemini PR Review (pull_request) Successful in 18s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 17s
Laravel Pint / pint (pull_request) Failing after 4m40s
Laravel Larastan / larastan (pull_request) Failing after 4m46s

This commit is contained in:
dhanabalan
2025-12-23 11:12:30 +05:30
parent 37843fe427
commit 27b8954134

View File

@@ -27,7 +27,7 @@ use App\Http\Livewire\CustomLogin;
});
Route::get(
'/stickers/{stickerId}/pdf',
'/stickers/{stickerId}/pdf/{plantId?}/{itemCharacteristicId?}',
[PdfController::class, 'generate']
)->name('stickers.pdf');