victorwesterlund.com/api/endpoint/router.php

5 lines
No EOL
115 B
PHP

<?php
header("Content-Type: application/json");
echo "{\"status\":\"404\",\"message\":\"Endpoint not found\"}";