Skip to content

Commit

Permalink
Allow health
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee Wright authored and Lee Wright committed Jun 11, 2024
1 parent c881ddd commit e630d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/ISLInterfaces/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public static void Main(string[] args)
app.UseHttpsRedirection();

app.UseAuthorization();
app.MapHealthChecks("/health/liveness");
app.MapHealthChecks("/health/liveness").AllowAnonymous();
app.MapMetrics("/metrics");

app.UseSerilogRequestLogging(options => options.EnrichDiagnosticContext = (diagnosticContext, httpContext) =>
Expand Down

0 comments on commit e630d14

Please sign in to comment.