🐛 Fix wallet service didn't impl the Subscription Service Grpc

This commit is contained in:
2026-02-04 02:33:14 +08:00
parent 07c9c907f4
commit 766f229c10
2 changed files with 98 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ public static class ApplicationConfiguration
{
app.MapGrpcService<WalletServiceGrpc>();
app.MapGrpcService<PaymentServiceGrpc>();
app.MapGrpcService<SubscriptionServiceGrpc>();
app.MapGrpcReflectionService();
return app;