mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
_APP_DOMAIN_FUNCTIONS_FALLBACK
This commit is contained in:
parent
be27912a6e
commit
3cfb013f1e
1 changed files with 1 additions and 0 deletions
|
|
@ -85,6 +85,7 @@ function router(App $utopia, Database $dbForPlatform, callable $getProjectDB, Sw
|
||||||
'_APP_DOMAIN_FUNCTIONS_FALLBACK' => System::getEnv('_APP_DOMAIN_FUNCTIONS_FALLBACK', ''),
|
'_APP_DOMAIN_FUNCTIONS_FALLBACK' => System::getEnv('_APP_DOMAIN_FUNCTIONS_FALLBACK', ''),
|
||||||
'_APP_DOMAIN_FUNCTIONS' => System::getEnv('_APP_DOMAIN_FUNCTIONS' ,''),
|
'_APP_DOMAIN_FUNCTIONS' => System::getEnv('_APP_DOMAIN_FUNCTIONS' ,''),
|
||||||
'appDomainFunctions' => $appDomainFunctions,
|
'appDomainFunctions' => $appDomainFunctions,
|
||||||
|
'host' => $host,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
if ($host === $appDomainFunctions) {
|
if ($host === $appDomainFunctions) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue