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