Removed old code; moved code under app/ to src/

This commit is contained in:
2023-05-13 00:09:46 -04:00
parent 114b256d97
commit 601b7173e8
17 changed files with 1 additions and 306 deletions

View File

@ -18,6 +18,6 @@ if (PHP_SAPI == 'cli-server') {
}
}
require_once __DIR__ . '/../app/start.php';
require_once __DIR__ . '/../src/start.php';
$app->run();