get("/", function (array $req, Response $res) { $res->send("Hello World"); }); $app->start();