mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
_APP_DOMAIN_FUNCTIONS_FALLBACK
This commit is contained in:
@@ -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' => System::getEnv('_APP_DOMAIN_FUNCTIONS' ,''),
|
||||
'appDomainFunctions' => $appDomainFunctions,
|
||||
'host' => $host,
|
||||
]);
|
||||
|
||||
if ($host === $appDomainFunctions) {
|
||||
|
||||
Reference in New Issue
Block a user