Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
tawfek committed Feb 28, 2022
1 parent 035529a commit 46c892d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
Expand Down
2 changes: 1 addition & 1 deletion api/src/Covid.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 46c892d

Please sign in to comment.