testing
This commit is contained in:
@@ -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 {
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user