Completed
Pull Request — master (#13)
by Dmitrij
04:43
created
routes.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,6 +4,6 @@
 block discarded – undo
4 4
 use Psr\Http\Message\ResponseInterface;
5 5
 
6 6
 /** @var \Slim\App $app */
7
-$app->get('/', function (ServerRequestInterface $request, ResponseInterface $response, $args) {
7
+$app->get('/', function(ServerRequestInterface $request, ResponseInterface $response, $args) {
8 8
     return $response->getBody()->write("Hello from hotrod-cli");
9 9
 });
10 10
\ No newline at end of file
Please login to merge, or discard this patch.