From a98e46c3433f93ccfd41d4f0e43548b2616a194a Mon Sep 17 00:00:00 2001 From: Dave Mc Nicoll Date: Mon, 11 Nov 2024 15:55:51 +0000 Subject: [PATCH] - Removed Controller loading since none exists now --- meta/definitions/software.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/definitions/software.php b/meta/definitions/software.php index 2f6862e..867b671 100644 --- a/meta/definitions/software.php +++ b/meta/definitions/software.php @@ -31,8 +31,8 @@ return [ ] ], - 'routes' => [ + /*'routes' => [ 'Lean\\Api\\Controller' => implode(DIRECTORY_SEPARATOR, [ $path, "src", "Controller", "" ]), - ], + ],*/ ], ]; \ No newline at end of file