Update coverage.php
This commit is contained in:
parent
ddcab34ba2
commit
79da5b329e
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
require "${_SERVER["DOCUMENT_ROOT"]}/includes/bootstrap.php";
|
require "${_SERVER["DOCUMENT_ROOT"]}/../includes/bootstrap.php";
|
||||||
|
|
||||||
$response = [];
|
$response = [];
|
||||||
$station = StationRepository::getInstance()->getObjectById($_GET['id'] ?? null);
|
$station = StationRepository::getInstance()->getObjectById($_GET['id'] ?? null);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue