diff --git a/public/index.php b/public/index.php index 9b2023a..de58be6 100644 --- a/public/index.php +++ b/public/index.php @@ -1,12 +1,17 @@ addErrorMiddleware(true, false, false); $app->get('/', function (Request $request, Response $response, $args) { $response->getBody()->write("Hello world!");