Fertig M4

This commit is contained in:
Robert
2023-12-08 18:42:04 +01:00
parent 070945c4a5
commit 96079ebc6d
14 changed files with 424 additions and 56 deletions

View File

@@ -7,7 +7,7 @@
*/
return array(
'/' => "HomeController@index",
'/' => "MainController@index",
"/demo" => "DemoController@demo",
'/dbconnect' => 'DemoController@dbconnect',
'/debug' => 'HomeController@debug',