Skip to content

Commit

Permalink
FIN-4 Updating feature flags in microservice
Browse files Browse the repository at this point in the history
  • Loading branch information
robpearson committed Feb 20, 2024
1 parent 05a4dfe commit 424bb2a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ public async Task<ActionResult<ProductDetail>> GetByIdAsync(int id)
{
var pet = await _productRepository.GetById(id);

// Sample change for the demo!

if (pet == null)
{
return NotFound();
Expand Down

0 comments on commit 424bb2a

Please sign in to comment.