Browse Source

修改启动默认端口

lcl 7 months ago
parent
commit
5adf67e888
2 changed files with 2 additions and 0 deletions
  1. BIN
      .DS_Store
  2. 2 0
      Program.cs

BIN
.DS_Store


+ 2 - 0
Program.cs

@@ -119,6 +119,8 @@ app.MapControllerRoute(
 
 app.MapControllers();
 
+app.Urls.Add("http://*:5800");
+
 // PrizeDo.sendPrize("{\"PosSn\":\"CS00000000004720\"}");
 
 app.Run();