Browse Source

no message

DuGuYang 3 years ago
parent
commit
ad12d6da9f
1 changed files with 1 additions and 1 deletions
  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()