main
Yasen Pramatarov 2024-09-01 16:50:28 +03:00
parent f78ef4fe40
commit b29f530575
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ if ($request === '/nginx' || $request === "/$scriptname/nginx") {
$jicofoStatsData = getJicofoStats($jicofoStatsCommand);
$data = [
'jicofo_status' => getJicofoStatus(),
'jicofo_API_stats' => $jicofoStatsData;
'jicofo_API_stats' => $jicofoStatsData,
];
echo json_encode($data, JSON_PRETTY_PRINT) . "\n";