Skip to content

Commit

Permalink
Merge pull request #69 from OctopusSamples/us-7582
Browse files Browse the repository at this point in the history
User Story #7582
  • Loading branch information
JChatmasOctopus authored May 2, 2024
2 parents f4c0af2 + d859ac0 commit c51cf14
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 c51cf14

Please sign in to comment.