Commit 462ebf48 authored by 叶海龙's avatar 叶海龙

conflict

parent 06b9bdbf
Pipeline #98 canceled with stages
...@@ -20,5 +20,11 @@ namespace myProject ...@@ -20,5 +20,11 @@ namespace myProject
public static IWebHostBuilder CreateWebHostBuilder(string[] args) => public static IWebHostBuilder CreateWebHostBuilder(string[] args) =>
WebHost.CreateDefaultBuilder(args) WebHost.CreateDefaultBuilder(args)
.UseStartup<Startup>(); .UseStartup<Startup>();
public void GetMessage()
{
return;
}
} }
} }
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 to comment