From a0bcfbd61e923dd9c1e010e35fc29fe1c5583a54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Wrona?= Date: Mon, 21 Aug 2023 15:13:30 +0100 Subject: [PATCH] DLS-8640 Restore correct play router configuration --- conf/application.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/application.conf b/conf/application.conf index 3d66b686..bffb3f0f 100644 --- a/conf/application.conf +++ b/conf/application.conf @@ -74,7 +74,7 @@ application.langs="en" # you may need to define a router file `conf/my.application.routes`. # Default to Routes in the root package (and conf/routes) # !!!WARNING!!! DO NOT CHANGE THIS ROUTER -play.http.routes=prod.Routes +application.router=prod.Routes # Controller