This commit is contained in:
2026-03-07 18:54:33 -06:00
parent 459e3ef864
commit 2347aa250e
13 changed files with 226 additions and 34 deletions

View File

@@ -1,5 +1,6 @@
<?php
use App\Http\Middleware\RefreshUserJwt;
use Illuminate\Foundation\Application;
use Illuminate\Foundation\Configuration\Exceptions;
use Illuminate\Foundation\Configuration\Middleware;
@@ -11,7 +12,9 @@ return Application::configure(basePath: dirname(__DIR__))
health: '/up',
)
->withMiddleware(function (Middleware $middleware): void {
//
$middleware->web(append: [
RefreshUserJwt::class,
]);
})
->withExceptions(function (Exceptions $exceptions): void {
//