We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a299004 commit f805e30Copy full SHA for f805e30
frontend/Program.cs
@@ -20,7 +20,7 @@ public static IHostBuilder CreateHostBuilder(string[] args) =>
20
Host.CreateDefaultBuilder(args)
21
.ConfigureWebHostDefaults(webBuilder =>
22
{
23
- webBuilder.UseUrls("https://localhost:5200");
+ //webBuilder.UseUrls("https://localhost:5200");
24
webBuilder.UseStartup<Startup>();
25
});
26
}
0 commit comments