diff --git a/index.php b/index.php index 664163f..0b69d94 100644 --- a/index.php +++ b/index.php @@ -24,5 +24,5 @@ $app = $container->call(AppManager::class); $app->get('/file-info/[{path:.*}]', Controllers\FileInfoController::class); $app->get('/[{path:.*}]', Controllers\DirectoryController::class); -// Enagage! +// Engage! $app->run();