🐛 Bug fixes

This commit is contained in:
2025-09-20 16:29:45 +08:00
parent 9e4a58a8a0
commit 3710169f8c
12 changed files with 29 additions and 237 deletions

View File

@@ -30,6 +30,7 @@ var sphereService = builder.AddProject<Projects.DysonNetwork_Sphere>("sphere")
.WithReference(queue)
.WithReference(passService)
.WithReference(ringService)
.WithReference(driveService)
.WithHttpHealthCheck()
.WithEndpoint(5001, 5001, "https", name: "grpc");
var developService = builder.AddProject<Projects.DysonNetwork_Develop>("develop")