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 d705908e35 - Show all commits

View File

@ -19,7 +19,7 @@ $app->addRoutingMiddleware();
// for error checking
$errorMiddleware = $app->addErrorMiddleware(true, true, true);
$app->setBasePath(/api”);
$app->setBasePath("/api");
$timelineData = new TimelineData();