Inits the workflow configuration
This commit is contained in:
parent
f66dac31c9
commit
e6e098b32e
286 changed files with 33660 additions and 64632 deletions
|
|
@ -7,14 +7,11 @@ namespace Yavsc
|
|||
{
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
BuildWebHost(args).Run();
|
||||
}
|
||||
|
||||
public static IWebHost BuildWebHost(string[] args) {
|
||||
return WebHost.CreateDefaultBuilder(args).UseStartup<Startup>().Build();
|
||||
var builder = WebApplication.CreateBuilder(args);
|
||||
var app = builder
|
||||
.ConfigureServices()
|
||||
.ConfigurePipeline();
|
||||
app.Run();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue