_APP_DOMAIN_FUNCTIONS_FALLBACK

This commit is contained in:
shimon 2025-02-05 12:49:04 +02:00
parent be27912a6e
commit 3cfb013f1e

View file

@ -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) {