1
0
mirror of git://f0xx.org/ac/ac-ms-build synced 2026-07-29 04:37:45 +03:00
Files
ac-ms-build/public/api/health.php
Anton Afanasyeu 27e1f7d6c7 initial
2026-06-23 12:29:34 +02:00

5 lines
154 B
PHP

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