mirror of
https://codeberg.org/vlw/victorwesterlund.com.git
synced 2025-09-13 19:13:42 +02:00
5 lines
No EOL
115 B
PHP
5 lines
No EOL
115 B
PHP
<?php
|
|
|
|
header("Content-Type: application/json");
|
|
|
|
echo "{\"status\":\"404\",\"message\":\"Endpoint not found\"}"; |