1
0
mirror of git://f0xx.org/ac/ac-ms-build synced 2026-07-29 02:58:48 +03:00
This commit is contained in:
Anton Afanasyeu
2026-06-23 12:29:34 +02:00
commit 27e1f7d6c7
12 changed files with 1013 additions and 0 deletions

4
public/api/health.php Normal file
View File

@@ -0,0 +1,4 @@
<?php
declare(strict_types=1);
require_once __DIR__ . '/../../src/bootstrap.php';
json_out(['ok' => true, 'health' => BuildRepository::healthSummary()]);