Fix errors at startup.

This commit is contained in:
Alexandre SPIESER
2020-01-23 23:07:28 +00:00
parent 8019387b0f
commit 6b25924df3
4 changed files with 29 additions and 38 deletions
+1 -6
View File
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using System.IO;
using Microsoft.AspNetCore.Hosting;
namespace MongoIdentitySample.Mvc
@@ -16,7 +12,6 @@ namespace MongoIdentitySample.Mvc
.UseContentRoot(Directory.GetCurrentDirectory())
.UseIISIntegration()
.UseStartup<Startup>()
.UseApplicationInsights()
.Build();
host.Run();