Commit 92296200 by dingsongjie

删除startup 中无用的配置

parent 2d6038e8
Showing with 0 additions and 4 deletions
......@@ -71,10 +71,6 @@ namespace Backet.Api
{
endpoints.MapDefaultControllerRoute();
endpoints.MapGrpcService<BacketService>();
endpoints.MapGet("/", async context =>
{
await context.Response.WriteAsync("Hello World!");
});
});
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment