Skip to content

Commit

Permalink
fix...
Browse files Browse the repository at this point in the history
  • Loading branch information
rhonalindiefolks committed Dec 30, 2024
1 parent 5b3ea3e commit f06f845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/route.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
'/',
function (Request $request, Response $response, $args) {

$response->getBody()->write("Hello world!");
$response->getBody()->write("Hello world rhonal!");
return $response;
}
);
Expand Down

0 comments on commit f06f845

Please sign in to comment.