Skip to content

Commit

Permalink
Fixed key values
Browse files Browse the repository at this point in the history
  • Loading branch information
paddynski-moj committed Feb 27, 2025
1 parent 953a987 commit 5b64a1e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ package uk.gov.justice.digital.hmpps.learnerrecordsapi.config

object Keys {

const val KEY_LEARNERS = "role-learners"
const val KEY_MATCHING = "role-matching"
const val KEY_LEARNERS = "learner-records-search-read-only-role"
const val KEY_MATCHING = "learner-records-search-read-write-role"
}

object Roles {
Expand Down

0 comments on commit 5b64a1e

Please sign in to comment.