1
0
Fork 0
SVEN/webseite/api/error/404.php

9 lines
141 B
PHP

<?php
$array = (object) [
"msg" => "API Interface not found. Spelling wrong?"
];
\sven\sys\core::replaceApiOutput($array);
?>