add app folder

This commit is contained in:
Gregory Letellier
2023-11-14 10:52:52 +01:00
parent 9e6afc997a
commit a597f2e883
8 changed files with 16 additions and 17 deletions

View File

@@ -1,3 +1,3 @@
<?php
$router->get('/', '\App\Controllers\Home@index');
$router->get('/', '\Kletellier\MiniWeb\Controllers\Home@index');