DuGuYang пре 3 година
родитељ
комит
ad12d6da9f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Program.cs

+ 1 - 1
Program.cs

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