From 498d2d98eaa752cfa5c74cf7349b0aa9cf7c73b2 Mon Sep 17 00:00:00 2001 From: Guite Date: Sun, 2 Apr 2023 11:23:28 +0000 Subject: [PATCH] Update file in "/config/routes.yaml" from "zikula/core" --- config/routes.yaml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/config/routes.yaml b/config/routes.yaml index 08c4d6f..bd4edd1 100755 --- a/config/routes.yaml +++ b/config/routes.yaml @@ -1,7 +1,5 @@ -# Note: if you want to add routes for a native Symfony bundle insert them -# either in /routes/ directory or above the following "Routing" entry -# do not add them below the "Routing" entry - -#index: -# path: / -# controller: App\Controller\DefaultController::index +# controllers: +# resource: +# path: ../src/Controller/ +# namespace: App\Controller +# type: attribute