Skip to content

Commit

Permalink
Merge pull request #769 from bcgov/yj
Browse files Browse the repository at this point in the history
chore: swagger
  • Loading branch information
ychung-mot authored Oct 31, 2024
2 parents a9b0aaf + f2bf56d commit d43a1ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/StrDss.Api/Controllers/OrganizationsController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ public async Task<ActionResult> UpdateLocalGov(LocalGovUpdateDto dto, long id)

[ApiAuthorize(Permissions.JurisdictionRead)]
[HttpGet("localgovs/jurisdictions/{id}")]
public async Task<ActionResult<LocalGovViewDto>> GetJurisdiction(long id)
public async Task<ActionResult<JurisdictionsViewDto>> GetJurisdiction(long id)
{
var jurisdiction = await _orgService.GetJurisdiction(id);

Expand Down

0 comments on commit d43a1ab

Please sign in to comment.