♻️ Refactor Gateway and expose swagger

This commit is contained in:
2025-09-25 01:29:22 +08:00
parent 50efe62bac
commit c03f2472fa
4 changed files with 49 additions and 106 deletions

View File

@@ -21,7 +21,7 @@ public static class Extensions
{
// Allow unencrypted grpc
AppContext.SetSwitch("System.Net.Http.SocketsHttpHandler.Http2UnencryptedSupport", true);
builder.ConfigureOpenTelemetry();
builder.AddDefaultHealthChecks();
@@ -134,4 +134,4 @@ public static class Extensions
return app;
}
}
}