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