2024-01-03 10:01:25 +08:00

4 lines
84 B
PHP
Executable File

<?php
header("Content-Type: application/json;charset=UTF-8");
echo '{"msg": "ok"}';