1
0
Fork 0
mirror of synced 2024-10-02 10:16:27 +13:00

Rever changes

This commit is contained in:
Matej Bačo 2023-08-22 19:32:19 +02:00
parent 4a2f10f938
commit ff9eb39689

View file

@ -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();