Created CV Section #6

Merged
rodude123 merged 17 commits from cv into master 2021-08-31 18:53:13 +01:00
Showing only changes of commit 1e742ed654 - Show all commits

View File

@ -23,8 +23,10 @@ $app->setBasePath("/api");
$timelineData = new TimelineData(); $timelineData = new TimelineData();
$app->get(/timelineData”, function (Request $request, Response $response) $app->get("/timelineData", function (Request $request, Response $response)
{ {
global $timelineData;
$result = $timelineData->getTimelineData(); $result = $timelineData->getTimelineData();
$json = json_encode($result); $json = json_encode($result);