Add AkariApi gRPC service

This commit is contained in:
2021-06-07 19:49:35 +02:00
parent adbee34498
commit 1d6c8de71b
5 changed files with 128 additions and 28 deletions

View File

@@ -64,7 +64,7 @@ namespace Akari.Prototype.Server
app.UseEndpoints(endpoints =>
{
endpoints.MapGrpcService<GreeterService>();
endpoints.MapGrpcService<AkariService>();
endpoints.MapGet("/", async context =>
{