Skip to content

Commit f805e30

Browse files
authored
Update Program.cs
1 parent a299004 commit f805e30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/Program.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public static IHostBuilder CreateHostBuilder(string[] args) =>
2020
Host.CreateDefaultBuilder(args)
2121
.ConfigureWebHostDefaults(webBuilder =>
2222
{
23-
webBuilder.UseUrls("https://localhost:5200");
23+
//webBuilder.UseUrls("https://localhost:5200");
2424
webBuilder.UseStartup<Startup>();
2525
});
2626
}

0 commit comments

Comments
 (0)