From 88d06c421d69165d78b203984808c1130b289632 Mon Sep 17 00:00:00 2001 From: Rohit pai Date: Mon, 23 Aug 2021 20:27:29 +0100 Subject: [PATCH] wrong quotation mark --- src/api/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/index.php b/src/api/index.php index 3dc5b71..7005677 100644 --- a/src/api/index.php +++ b/src/api/index.php @@ -8,7 +8,7 @@ use Psr\Http\Message\ServerRequestInterface as Request; use Slim\Factory\AppFactory; //require “routes.php”; -require “../vendor/autoload.php”; +require "../vendor/autoload.php"; include "timelineData.php"; // Start slim