grpt to inf

This commit is contained in:
mmrbnjd
2025-08-28 14:11:26 +03:30
parent 181dc876d7
commit 6bb19f9d8b
8 changed files with 1256 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ builder.Services.AddGrpc();
var app = builder.Build();
// Configure the HTTP request pipeline.
app.MapGrpcService<GreeterService>();
app.MapGrpcService<aiAssistanceService>();
app.MapGet("/", () => "Communication with gRPC endpoints must be made through a gRPC client. To learn how to create a client, visit: https://go.microsoft.com/fwlink/?linkid=2086909");
app.Run();