We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b765e01 commit bcd0539Copy full SHA for bcd0539
NorthwindCRUD/Controllers/RegionsController.cs
@@ -142,7 +142,7 @@ public ActionResult<RegionDto> GetById(int id)
142
}
143
144
[HttpGet("{id}/Territories")]
145
- public ActionResult<CustomerDto> GetTerritoryByRegionId(int id)
+ public ActionResult<TerritoryDto[]> GetTerritoryByRegionId(int id)
146
{
147
try
148
0 commit comments