Skip to content

Commit

Permalink
Merge pull request #70 from OctopusSamples/us-5478-startup
Browse files Browse the repository at this point in the history
User story #5478
  • Loading branch information
JChatmasOctopus authored May 3, 2024
2 parents 9f96aa6 + f3b6d5b commit db4336d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OctopusSamples.OctoPetShop.ShoppingCartService/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class Program
{
public static void Main(string[] args)
{
//CreateWebHostBuilder(args).Build().Run(true);
//CreateWebHostBuilder(args).Build().Run(false);
CreateWebHostBuilder(args).Build().Run();

}
Expand Down

0 comments on commit db4336d

Please sign in to comment.