- Removed Controller loading since none exists now
This commit is contained in:
parent
cb27ab7974
commit
a98e46c343
|
@ -31,8 +31,8 @@ return [
|
|||
]
|
||||
],
|
||||
|
||||
'routes' => [
|
||||
/*'routes' => [
|
||||
'Lean\\Api\\Controller' => implode(DIRECTORY_SEPARATOR, [ $path, "src", "Controller", "" ]),
|
||||
],
|
||||
],*/
|
||||
],
|
||||
];
|
Loading…
Reference in New Issue