Skip to content

Commit 983eeb2

Browse files
committed
去掉写死端口
1 parent 50d7932 commit 983eeb2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ant.mgr/mgr.core/Program.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ public static void Main(string[] args)
1212

1313
public static IWebHostBuilder CreateWebHostBuilder(string[] args) =>
1414
WebHost.CreateDefaultBuilder(args)
15-
.UseStartup<Startup>()
16-
.UseUrls("http://*:5000");
15+
.UseStartup<Startup>();
1716
}
1817
}

0 commit comments

Comments
 (0)