fixed error on line 38

This commit is contained in:
Rohit Pai 2021-08-23 21:26:32 +01:00
parent 88d06c421d
commit 53f1ae2da6

View File

@ -34,4 +34,4 @@ $app->get(“/timelineData”, function (Request $request, Response $response)
return $response->withHeader("Content-Type", "application/json");
});
$app->run();1q
$app->run();