Skip to content

Commit

Permalink
refactor: Whitsepace change in URLMappings
Browse files Browse the repository at this point in the history
Not real change, just changing out whitespace for consistency
  • Loading branch information
EthanFreestone committed Sep 25, 2024
1 parent 8ed4e90 commit 16cee90
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions service/grails-app/controllers/org/olf/UrlMappings.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ class UrlMappings {
}

'/usageDataProviders' {
controller = 'usageDataProvider'
method = 'GET'
filters = { "owner==${params.subscriptionAgreementId}" }
}
controller = 'usageDataProvider'
method = 'GET'
filters = { "owner==${params.subscriptionAgreementId}" }
}

// Root level extensions
collection {
Expand Down

0 comments on commit 16cee90

Please sign in to comment.