Files

4 lines
84 B
PHP
Raw Permalink Normal View History

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