Skip to content

Commit

Permalink
Merge pull request #86 from hmrc/update-play-modules
Browse files Browse the repository at this point in the history
Replace deprecated play modules with BackendModule
  • Loading branch information
abigail-houston-hmrc authored Nov 10, 2022
2 parents 7a75a35 + f43f52d commit e724995
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions conf/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ play.modules.enabled += "uk.gov.hmrc.play.bootstrap.AuditModule"
play.modules.enabled += "uk.gov.hmrc.play.bootstrap.graphite.GraphiteMetricsModule"

# Provides an implementation and configures all filters required by a Platform backend microservice.
play.modules.enabled += "uk.gov.hmrc.play.bootstrap.MicroserviceModule"
play.http.filters = "uk.gov.hmrc.play.bootstrap.filters.MicroserviceFilters"
play.modules.enabled += "uk.gov.hmrc.play.bootstrap.backend.BackendModule"

# Json error handler
play.http.errorHandler = "utils.ErrorHandler"
Expand Down

0 comments on commit e724995

Please sign in to comment.