mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
feat: fix executor issues
This commit is contained in:
@@ -67,7 +67,7 @@ class Executor
|
||||
{
|
||||
$route = "/deployments/$deploymentId";
|
||||
$headers = [
|
||||
'content-Type' => 'application/json',
|
||||
'content-type' => 'application/json',
|
||||
'x-appwrite-project' => $projectId,
|
||||
'x-appwrite-executor-key' => App::getEnv('_APP_EXECUTOR_SECRET', '')
|
||||
];
|
||||
@@ -102,7 +102,7 @@ class Executor
|
||||
{
|
||||
$route = "/functions/$functionId/executions";
|
||||
$headers = [
|
||||
'content-Type' => 'application/json',
|
||||
'content-type' => 'application/json',
|
||||
'x-appwrite-project' => $projectId,
|
||||
'x-appwrite-executor-key' => App::getEnv('_APP_EXECUTOR_SECRET', '')
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user