mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
feat: bypass gateway
This commit is contained in:
@@ -37,7 +37,8 @@ class Executor
|
||||
$this->headers = [
|
||||
'content-type' => 'application/json',
|
||||
'authorization' => 'Bearer ' . System::getEnv('_APP_EXECUTOR_SECRET', ''),
|
||||
'x-opr-addressing-method' => 'anycast-efficient'
|
||||
'x-opr-addressing-method' => 'anycast-efficient',
|
||||
'x-edge-bypass-gateway' => '1'
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user