- Removed Controller loading since none exists now

This commit is contained in:
Dave Mc Nicoll 2024-11-11 15:55:51 +00:00
parent cb27ab7974
commit a98e46c343
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ return [
] ]
], ],
'routes' => [ /*'routes' => [
'Lean\\Api\\Controller' => implode(DIRECTORY_SEPARATOR, [ $path, "src", "Controller", "" ]), 'Lean\\Api\\Controller' => implode(DIRECTORY_SEPARATOR, [ $path, "src", "Controller", "" ]),
], ],*/
], ],
]; ];