Faster voice announcements, Care/Frontdesk API, and console UI polish.
Deploy Ladill Queue / deploy (push) Successful in 28s
Deploy Ladill Queue / deploy (push) Successful in 28s
Poll displays every 1.2s with client-side TTS ack; expose service API for sibling apps; redesign tickets, counters, and staff console. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -51,6 +51,7 @@ return Application::configure(basePath: dirname(__DIR__))
|
||||
'qms.setup' => \App\Http\Middleware\EnsureOrganizationSetup::class,
|
||||
'qms.ability' => \App\Http\Middleware\EnsureQmsAbility::class,
|
||||
'qms.device' => \App\Http\Middleware\AuthenticateQmsDevice::class,
|
||||
'qms.integration' => \App\Http\Middleware\EnsureQueueIntegration::class,
|
||||
]);
|
||||
})
|
||||
->withExceptions(function (Exceptions $exceptions): void {
|
||||
|
||||
Reference in New Issue
Block a user