Skip to content

Commit

Permalink
Fix deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
obruchez committed Nov 25, 2024
1 parent 28a6bef commit 8dd5600
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/RequestHandler.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import play.api.Logger
import play.api.http._
import play.api.mvc.{Handler, RequestHeader}
import play.api.routing._
import play.api.routing.Router
import play.core.DefaultWebCommands

import javax.inject.Inject
Expand All @@ -14,7 +14,7 @@ class RequestHandler @Inject() (
) extends DefaultHttpRequestHandler(
new DefaultWebCommands,
None,
router,
() => router,
errorHandler,
configuration,
filters.filters
Expand Down

0 comments on commit 8dd5600

Please sign in to comment.