cleaning up

This commit is contained in:
Ján Lučanský
2018-12-29 23:49:13 +01:00
parent 6b2f18bfb4
commit ace5bc0dc6
17 changed files with 58 additions and 52 deletions

View File

@@ -9,7 +9,7 @@ namespace AspNetCoreDocker
{
public static void Main(string[] args)
{
var scheduler = DemoScheduler.Create();
var scheduler = DemoScheduler.Create().Result;
var host = WebHost.CreateDefaultBuilder(args).Configure(app =>
{