From df28598908c774659ccc26e6554817aa838f7ee9 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sun, 15 Mar 2026 22:20:53 -0500 Subject: [PATCH] testing --- bootstrap/app.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/bootstrap/app.php b/bootstrap/app.php index e14599c..ac3bef4 100644 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -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 { //