feat(scanner): implement ticket scanning functionality with controller, service, and routes
This commit is contained in:
@@ -9,3 +9,5 @@ Route::prefix('tenants/{tenant:codigo}')
|
||||
Route::get('tickets', [TicketController::class, 'index']);
|
||||
Route::post('tickets/pdf', [TicketController::class, 'downloadPdf']);
|
||||
});
|
||||
|
||||
require __DIR__.'/scanner.php';
|
||||
|
||||
Reference in New Issue
Block a user