victorwesterlund.com/api/router.php
Victor Westerlund 9fda2e2e36 Added dummy file to "api/" and made it canonial in server.conf
Added "router.php" which will function as a proxy for all api requests
2020-11-30 07:21:38 +01:00

5 lines
No EOL
118 B
PHP

<?php
http_response_code("503 Service Unavailable");
header("Content-Type: text/plain");
echo "Not available yet";