|
@@ -22,7 +22,7 @@ namespace MySystem
|
|
.ConfigureWebHostDefaults(webBuilder =>
|
|
.ConfigureWebHostDefaults(webBuilder =>
|
|
{
|
|
{
|
|
webBuilder
|
|
webBuilder
|
|
- .UseUrls("http://*:5501")
|
|
|
|
|
|
+ .UseUrls("http://*:5312")
|
|
.UseKestrel()
|
|
.UseKestrel()
|
|
.UseContentRoot(Directory.GetCurrentDirectory())
|
|
.UseContentRoot(Directory.GetCurrentDirectory())
|
|
.UseIISIntegration()
|
|
.UseIISIntegration()
|