Skip to content

Commit ff61a9e

Browse files
committed
Route typo fix
1 parent 82d6823 commit ff61a9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OpenAPI/LearningHub.Nhs.OpenApi/Controllers/CatalogueController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
/// <summary>
1313
/// Catalogue controller.
1414
/// </summary>
15-
[Route("Catalogues")]
15+
[Route("Catalogue")]
1616
[Authorize]
1717
public class CatalogueController : OpenApiControllerBase
1818
{

0 commit comments

Comments
 (0)