From 46c892df7f1bf3e2e33823f99dc0cf47f160e21f Mon Sep 17 00:00:00 2001 From: "Tawfek .M" Date: Mon, 28 Feb 2022 18:27:46 +0300 Subject: [PATCH] . --- .gitignore | 1 - api/src/Covid.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9e59562..46959d0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. # dependencies /node_modules diff --git a/api/src/Covid.php b/api/src/Covid.php index 0ad2039..ddf93f8 100644 --- a/api/src/Covid.php +++ b/api/src/Covid.php @@ -16,7 +16,7 @@ class Covid protected $cacheDir = CACHE_PATH; public function __construct() { - // echo $_SERVER["DOCUMENT_ROOT"]; + $this->rapidApi = new RapidApi(); foreach ($this->Countries as $country) { $this->rapidApi->addCountry($country);