+ Revsion
This commit is contained in:
parent
7f9344d437
commit
9c4d45b97c
6 changed files with 397 additions and 34 deletions
|
|
@ -14,13 +14,12 @@ namespace isnd
|
|||
{
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
var builder = CreateBuilder(args);
|
||||
builder.Build().Run();
|
||||
BuildWebHost(args).Run();
|
||||
}
|
||||
|
||||
public static IWebHostBuilder CreateBuilder(string[] args) =>
|
||||
public static IWebHost BuildWebHost(string[] args) =>
|
||||
WebHost.CreateDefaultBuilder(args)
|
||||
.UseStartup<Startup>()
|
||||
;
|
||||
.Build();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue