From ff9eb39689b269048f3fc99de9169b52f88e0aa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Tue, 22 Aug 2023 19:32:19 +0200 Subject: [PATCH] Rever changes --- app/controllers/general.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/controllers/general.php b/app/controllers/general.php index c433bc3970..300bf54d3b 100644 --- a/app/controllers/general.php +++ b/app/controllers/general.php @@ -106,8 +106,7 @@ function router(App $utopia, Database $dbForConsole, SwooleRequest $swooleReques $headers = [ 'Content-Type: application/json', 'Content-Length: ' . \strlen($body), - 'X-Appwrite-Project: ' . $projectId, - 'Host: ' . $host, + 'X-Appwrite-Project: ' . $projectId ]; $ch = \curl_init();