diff --git a/index.php b/index.php index 269e1cf..9bb74c2 100644 --- a/index.php +++ b/index.php @@ -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";