Reduce overhead of health check endpoints

This commit is contained in:
Constantin Graf
2024-09-12 14:02:19 +02:00
committed by Constantin Graf
parent d3545b3c73
commit cc10af0b97
4 changed files with 17 additions and 4 deletions

View File

@@ -51,6 +51,9 @@ class Kernel extends HttpKernel
\Illuminate\Routing\Middleware\SubstituteBindings::class,
ForceJsonResponse::class,
],
'health-check' => [
],
];
/**