From cd8c47449b5a31529a9fd2c92f3cdc2d1322e25b Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Wed, 5 May 2021 11:11:25 +0200 Subject: [PATCH] Issue #4: Remove obsolete route. --- src/Bundle/ChillMainBundle/config/routes.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Bundle/ChillMainBundle/config/routes.yaml b/src/Bundle/ChillMainBundle/config/routes.yaml index dbf5fa89c..3fd7eafab 100644 --- a/src/Bundle/ChillMainBundle/config/routes.yaml +++ b/src/Bundle/ChillMainBundle/config/routes.yaml @@ -86,7 +86,3 @@ login_check: logout: path: /logout - -chill_main_test: - path: /{_locale}/main/test - controller: Chill\MainBundle\Controller\DefaultController::testAction