mirror of
git://f0xx.org/ac/ac-be-builder
synced 2026-07-29 05:19:26 +03:00
5 lines
154 B
PHP
5 lines
154 B
PHP
<?php
|
|
declare(strict_types=1);
|
|
require_once __DIR__ . '/../../src/bootstrap.php';
|
|
json_out(['ok' => true, 'health' => BuildRepository::healthSummary()]);
|