Skip to content

Commit

Permalink
User Story #7582
Browse files Browse the repository at this point in the history
  • Loading branch information
JChatmasOctopus authored Apr 10, 2024
1 parent f4c0af2 commit d859ac0
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(false);
//CreateWebHostBuilder(args).Build().Run(true);
CreateWebHostBuilder(args).Build().Run();

}
Expand Down

0 comments on commit d859ac0

Please sign in to comment.