Skip to content

Commit

Permalink
Update Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
MSFTJim authored Jul 22, 2024
1 parent a299004 commit f805e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public static IHostBuilder CreateHostBuilder(string[] args) =>
Host.CreateDefaultBuilder(args)
.ConfigureWebHostDefaults(webBuilder =>
{
webBuilder.UseUrls("https://localhost:5200");
//webBuilder.UseUrls("https://localhost:5200");
webBuilder.UseStartup<Startup>();
});
}
Expand Down

0 comments on commit f805e30

Please sign in to comment.