From 05b50cc1c849b913711cd6c88b5568d87de6f73f Mon Sep 17 00:00:00 2001 From: brusnitsyn Date: Fri, 27 Feb 2026 16:01:08 +0900 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD=20he?= =?UTF-8?q?alth=20=D1=80=D0=BE=D1=83=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bootstrap/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/app.php b/bootstrap/app.php index 49c7a38..5812f39 100644 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -10,7 +10,7 @@ return Application::configure(basePath: dirname(__DIR__)) web: __DIR__.'/../routes/web.php', api: __DIR__.'/../routes/api.php', commands: __DIR__.'/../routes/console.php', - health: '/up', + health: '/health', ) ->withMiddleware(function (Middleware $middleware): void { $middleware->web(append: [