This commit is contained in:
2026-03-15 22:20:53 -05:00
parent 2b7e9b43b8
commit df28598908

View File

@@ -27,10 +27,8 @@ return Application::configure(basePath: dirname(__DIR__))
]);
$middleware->appendToGroup('web', [
\App\Http\Middleware\RedirectIfAuthenticated::class,
\App\Http\Middleware\RefreshUserJwt::class,
]);
})
->withExceptions(function (Exceptions $exceptions): void {
//