Update latency-api.php

This commit is contained in:
Blackwhitebear8 2025-08-19 13:55:18 +02:00
parent b600917d46
commit 975c377fff
2 changed files with 4 additions and 38 deletions

4
latency-api.php Normal file
View file

@ -0,0 +1,4 @@
<?php
header('Content-Type: application/json');
echo json_encode(['status' => 'ok']);
?>