Skip to content

Commit

Permalink
Update Src/Controllers/ProductSpecificationController.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
gitauto-ai[bot] authored Dec 11, 2024
1 parent f114d2b commit 131d690
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Src/Controllers/ProductSpecificationController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public async Task<IActionResult> UpdateSpecification(int productId, int specific
}
await _context.UpdateProductSpecificationAsync(specification, productId, token);
// Additional endpoints for POST and PUT will be added here
return NoContent();
}
}
}

0 comments on commit 131d690

Please sign in to comment.