Skip to content

Commit db39d07

Browse files
committed
TD-5372 : Unable to Edit Catalogue in Prod Env
1 parent 628d47d commit db39d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WebAPI/LearningHub.Nhs.API/Controllers/CatalogueController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public async Task<IActionResult> CreateCatalogue([FromBody] CatalogueViewModel v
123123
/// <returns>The updated catalogue.</returns>
124124
[HttpPut]
125125
[Route("Catalogues")]
126-
public async Task<IActionResult> UpdateCatalogue(CatalogueViewModel viewModel)
126+
public async Task<IActionResult> UpdateCatalogue([FromBody] CatalogueViewModel viewModel)
127127
{
128128
try
129129
{

0 commit comments

Comments
 (0)