fix build
This commit is contained in:
parent
8a314cb321
commit
aa8198c559
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ namespace Sledgemapper.Api
|
|||
Host.CreateDefaultBuilder(args)
|
||||
.ConfigureWebHostDefaults(webBuilder =>
|
||||
{
|
||||
webBuilder.UseStartup<Startup>());
|
||||
webBuilder.UseStartup<Startup>();
|
||||
});
|
||||
|
||||
// public static IHostBuilder CreateHostBuilder(string[] args) =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue