From 5098ed51cb77d0f29971586523437bac6703bd79 Mon Sep 17 00:00:00 2001 From: William Date: Tue, 8 Feb 2022 22:31:43 +0100 Subject: [PATCH] Commit --- app/core/App.php | 1 + 1 file changed, 1 insertion(+) 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