feat(core): harden sessions settlement and credit activity
This commit is contained in:
@@ -51,7 +51,7 @@ Route::middleware('lottery.player')->group(function (): void {
|
||||
->where('ticket_no', 'TK[0-9]+')
|
||||
->name('items.show');
|
||||
Route::get('draws/{draw_no}/my-match', TicketDrawMyMatchController::class)
|
||||
->where('draw_no', '[0-9]{8}-[0-9]{3}')
|
||||
->where('draw_no', '[0-9]{8}-[0-9]{3,}')
|
||||
->name('draws.my-match');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user