remove line for test build

This commit is contained in:
Your Name 2021-11-23 23:09:02 +08:00
parent 0b2ae87086
commit 9dafde68a3

View File

@ -1,5 +1,4 @@
await BuildWebHost(args).RunAsync();
IWebHost BuildWebHost(string[] args) =>
WebHost.CreateDefaultBuilder(args)
.UseStartup<Startup>()