Исправил ошибку с healthCheck
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -18,7 +18,7 @@ public class Program
|
||||
await HandleMigrationKey(args, app);
|
||||
|
||||
app.ConfigurePipelineRequest();
|
||||
app.UseHealthChecks("health");
|
||||
app.UseHealthChecks("/health");
|
||||
|
||||
await app.RunAsync();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user