DuGuYang 3 lat temu
rodzic
commit
ad12d6da9f
1 zmienionych plików z 1 dodań i 1 usunięć
  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()