Update coverage.php

This commit is contained in:
Peter Buchegger 2022-02-10 01:03:55 +01:00 committed by GitHub
parent ddcab34ba2
commit 79da5b329e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?php
require "${_SERVER["DOCUMENT_ROOT"]}/includes/bootstrap.php";
require "${_SERVER["DOCUMENT_ROOT"]}/../includes/bootstrap.php";
$response = [];
$station = StationRepository::getInstance()->getObjectById($_GET['id'] ?? null);