We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50d7932 commit 983eeb2Copy full SHA for 983eeb2
ant.mgr/mgr.core/Program.cs
@@ -12,7 +12,6 @@ public static void Main(string[] args)
12
13
public static IWebHostBuilder CreateWebHostBuilder(string[] args) =>
14
WebHost.CreateDefaultBuilder(args)
15
- .UseStartup<Startup>()
16
- .UseUrls("http://*:5000");
+ .UseStartup<Startup>();
17
}
18
0 commit comments