- added ADMIN index file
- cleanup config - added Asset Controller
This commit is contained in:
parent
7ba4e3e0a6
commit
fe7bacd2f6
14 changed files with 300 additions and 33 deletions
|
|
@ -5,5 +5,7 @@ $modules = [];
|
|||
|
||||
// register controllers that can handle templates ;) need to have a render function for this
|
||||
$controllers = [
|
||||
'test' => \Modules\TestController::class
|
||||
'test' => \Modules\TestController::class,
|
||||
//api-controller
|
||||
'apiMailer' => \Modules\API\APIMailer::class,
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue