Register ASP.NET Core health checks and map GET /health. The endpoint returns 200 with a "Healthy" body by default, making the red test pass. Smallest change to go green. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
10 lines
142 B
JSON
10 lines
142 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|