Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-britton-moj authored Nov 24, 2023
1 parent 5ff804b commit 3b4577a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ import uk.gov.justice.digital.hmpps.integrations.delius.person.PersonRepository
class CrnResource(private val personRepository: PersonRepository) {
@PreAuthorize("hasRole('TIER_DETAILS')")
@GetMapping("/probation-cases")
@PreAuthorize("hasRole('TIER_DETAILS')")
fun findAllActiveCrns() = personRepository.findAllCrns()
}

0 comments on commit 3b4577a

Please sign in to comment.