fixing host and port
This commit is contained in:
parent
f52ceb7a85
commit
8a314cb321
2 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@ namespace Sledgemapper.Api
|
|||
Host.CreateDefaultBuilder(args)
|
||||
.ConfigureWebHostDefaults(webBuilder =>
|
||||
{
|
||||
webBuilder.UseStartup<Startup>().UseUrls("http://localhost:5001");
|
||||
webBuilder.UseStartup<Startup>());
|
||||
});
|
||||
|
||||
// public static IHostBuilder CreateHostBuilder(string[] args) =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue