victorwesterlund.com/api/ping/default.php
Victor Westerlund 790d65be6d Added core API router
Added basic PHP script to route and handle exceptions from API calls.
2020-12-21 15:55:13 +01:00

4 lines
No EOL
57 B
PHP

<?php
echo "Pong";
header("Content-Type: text/plain");