Administrator %!s(int64=2) %!d(string=hai) anos
pai
achega
2517faff83
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Projects/永冠OPP/WCS.Service/Program.cs

+ 1 - 1
Projects/永冠OPP/WCS.Service/Program.cs

@@ -40,7 +40,7 @@ namespace WCS.Service
                     .UseWindowsService()//win
                     .ConfigureWebHostDefaults(web =>
                     {
-                        web.UseUrls("http://*:8081");
+                        web.UseUrls("http://*:8027");
                         web.UseStartup<Startup>();
                     })
                     .ConfigureServices((hostContext, services) =>