diff --git a/app/core/App.php b/app/core/App.php index 6cc1be1..93e83eb 100644 --- a/app/core/App.php +++ b/app/core/App.php @@ -50,6 +50,7 @@ class App header('Content-type: application/json'); // Convert and respond with data echo json_encode($data); + die(); } // Redirect to given url