Commit 71858201 by lizefeng

优化超时时间

parent 128b6554
...@@ -18,6 +18,7 @@ namespace AutoTurnOver ...@@ -18,6 +18,7 @@ namespace AutoTurnOver
} }
public static IWebHostBuilder CreateWebHostBuilder(string[] args) => public static IWebHostBuilder CreateWebHostBuilder(string[] args) =>
WebHost.CreateDefaultBuilder(args); WebHost.CreateDefaultBuilder(args)
.UseStartup<Startup>();
} }
} }
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