From 922962007bcd5c1422301d9a41f5971f4f576268 Mon Sep 17 00:00:00 2001 From: dingsongjie Date: Mon, 2 Mar 2020 09:29:45 +0800 Subject: [PATCH] 删除startup 中无用的配置 --- samples/apis/Backet.Api/Startup.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/samples/apis/Backet.Api/Startup.cs b/samples/apis/Backet.Api/Startup.cs index 3fea199..97b596e 100644 --- a/samples/apis/Backet.Api/Startup.cs +++ b/samples/apis/Backet.Api/Startup.cs @@ -71,10 +71,6 @@ namespace Backet.Api { endpoints.MapDefaultControllerRoute(); endpoints.MapGrpcService(); - endpoints.MapGet("/", async context => - { - await context.Response.WriteAsync("Hello World!"); - }); }); } } -- libgit2 0.25.0