Administrator hace 2 años
padre
commit
2517faff83
Se han modificado 1 ficheros con 1 adiciones y 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) =>