Skip to content

Commit

Permalink
Fix dev build
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielCliftonGuardian committed Feb 11, 2025
1 parent 09d382f commit 163d28f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions dev-build/app/AppLoader.scala
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import _root_.commercial.CommercialLifecycle
import _root_.commercial.controllers.CommercialControllers
import _root_.commercial.targeting.TargetingLifecycle
import org.apache.pekko.actor.{ActorSystem => PekkoActorSystem}
Expand Down Expand Up @@ -88,7 +87,6 @@ trait AppComponents
List(
wire[AdminLifecycle],
wire[OnwardJourneyLifecycle],
wire[CommercialLifecycle],
wire[DfpDataCacheLifecycle],
wire[FaciaDfpAgentLifecycle],
wire[ConfigAgentLifecycle],
Expand Down
2 changes: 0 additions & 2 deletions dev-build/conf/routes
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
# This file defines all application routes (Higher priority routes first)
# ~~~~

GET /commercial/test-page commercial.controllers.CreativeTestPage.allComponents(k: List[String])

GET /email-newsletters.json controllers.SignupPageController.renderNewsletters()
GET /email-newsletters controllers.SignupPageController.renderNewsletters()

Expand Down

0 comments on commit 163d28f

Please sign in to comment.