Изменен health роут
Some checks failed
Build and Push Docker Image / test (push) Failing after 3s
Build and Push Docker Image / build (push) Failing after 25s

This commit is contained in:
brusnitsyn
2026-02-27 16:01:08 +09:00
parent 758cf666c1
commit 05b50cc1c8

View File

@@ -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: [