diff --git a/app/bootstrap.php b/app/bootstrap.php new file mode 100644 index 0000000..cb2c62c --- /dev/null +++ b/app/bootstrap.php @@ -0,0 +1,13 @@ +true,'time'=>gmdate('c')]); + exit; +} + +http_response_code(404); +header('Content-Type: application/json; charset=utf-8'); +echo json_encode(['error'=>'not_found','path'=>$path]); \ No newline at end of file