mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
feat: bypass gateway
This commit is contained in:
parent
aaee95a761
commit
33dc7ea97c
1 changed files with 2 additions and 1 deletions
|
|
@ -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'
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue