mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2024-11-13 16:59:36 +00:00
4 lines
87 B
PHP
4 lines
87 B
PHP
|
<?php
|
||
|
header('Content-Type: application/json');
|
||
|
echo json_encode(['status' => 200]);
|
||
|
?>
|